ClassicCityBuilderKit 1.8.8
|
task that completes when a specific number of items is found
this could also be done using a score but using this task avoid having to create a seperate score asset
Public Attributes | |
Item | Item |
CalculationMode | Mode |
int | Quantity |
TMPro.TMP_Text | Text |
Public Attributes inherited from CityBuilderCore.TaskItem | |
UnityEvent | Reset |
UnityEvent | Set |
UnityEvent | Finished |
Properties | |
override bool | IsFinished [get] |
Properties inherited from CityBuilderCore.TaskItem | |
bool | IsFinished [get] |
int | State [get, protected set] |
Additional Inherited Members | |
Public Member Functions inherited from CityBuilderCore.TaskItem | |
void | SetState (int value) |
void | ResetState () |