Interface IAuthChangeListenerComponent
Interface to be used with WorldObjectComponents. If present, the component will get events from the parent WorldObject about auth ownership changes.
Namespace: Eco.Gameplay.Components.Auth
Assembly: Eco.Gameplay.dll
Syntax
public interface IAuthChangeListenerComponent
Methods
OnPropertyAuthSet(Deed)
Declaration
void OnPropertyAuthSet(Deed deed)
Parameters
Type | Name | Description |
---|---|---|
Deed | deed |