Interface IItemTransferGameAction
Inherited Members
Namespace: Eco.Gameplay.GameActions
Assembly: Eco.Gameplay.dll
Syntax
public interface IItemTransferGameAction : IItemGameAction, IController, IViewController, IHasUniversalID
Properties
ChangeInItemCount
Declaration
float ChangeInItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ItemsMoved
Declaration
float ItemsMoved { get; set; }
Property Value
Type | Description |
---|---|
System.Single |