|
ClassicCityBuilderKit 1.9.4
|
category for bundling and filtering walkers, used in WalkerScore
may be used for grouping road blocking by setting it as PathTag in WalkerInfo and adding it to RoadBlockerComponent Tags
in this case the actual objects in the collection dont matter, walking is blocked purely by the key of this object
Public Member Functions | |
| bool | Contains (WalkerInfo walker) |
| string | GetName (int quantity) |
Public Attributes | |
| string | NameSingular |
| string | NamePlural |
| WalkerInfo[] | Walkers |
Public Attributes inherited from CityBuilderCore.KeyedObject | |
| string | Key |
Additional Inherited Members | |
Static Public Member Functions inherited from CityBuilderCore.KeyedObject | |
| static T | GetKeyedObject< T > (string key) |
Properties inherited from CityBuilderCore.IKeyed | |