Free Unity C# Script library used to make a full Unity3d game.
List of variables that you can modify in the inspector.
| Access | Name | Type | Default Value | Description |
|---|---|---|---|---|
| public | ModifyType {Subtract, Add, Multiply, Divide, Set} | enum | no default | No description. |
| public | modifyBy | int | no default | No description. |
| public | targetVariable | SharedInt | no default | No description. |
| public | modifyType | ModifyType | no default | No description. |
| public | TaskStatus OnUpdate() | override | no default | No description. |