Interface IWorldObjectGameAction
Namespace: Eco.Gameplay.GameActions
Assembly: Eco.Gameplay.dll
Syntax
public interface IWorldObjectGameAction : IController, IViewController, IHasUniversalID
Properties
WorldObject
Declaration
WorldObject WorldObject { get; set; }
Property Value
Type | Description |
---|---|
WorldObject |
WorldObjectItem
Declaration
Item WorldObjectItem { get; }
Property Value
Type | Description |
---|---|
Item |