mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
7 lines
155 B
C#
7 lines
155 B
C#
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
|
{
|
|
public interface ISecurityCredential
|
|
{
|
|
ISocialEntity owner { get; }
|
|
}
|
|
} |