ClassicCityBuilderKit 1.8.8
|
task that completes when a specific number of buildings or buildings of a category exist at the same time
this could also be done using a score but using this task avoid having to create a seperate score asset
Public Attributes | |
BuildingInfo | Building |
BuildingCategory | BuildingCategory |
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 () |