OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IHasOwnership

Defines that an object can have an owner.

Namespace: OpenMod.Extensions.Games.Abstractions.Acl
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IHasOwnership

Properties

| Improve this Doc View Source

Ownership

Gets the ownership of this object.

Declaration
IOwnership Ownership { get; }
Property Value
Type Description
IOwnership

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)