Interface INotifyNetObjectDestroy
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public interface INotifyNetObjectDestroy
Methods
AddDestroyAction(Action)
Declaration
void AddDestroyAction(Action action)
Parameters
Type | Name | Description |
---|---|---|
System.Action | action |
RemoveDestroyAction(Action)
Declaration
void RemoveDestroyAction(Action action)
Parameters
Type | Name | Description |
---|---|---|
System.Action | action |