|
ClassicCityBuilderKit 1.9.4
|
moves population quantities into and out of the map depending on the current sentiment
Classes | |
| class | MigrationData |
Public Member Functions | |
| void | AddHomeless (IHousing housing, int quantity) |
| MigrationData | SaveData () |
| void | LoadData (MigrationData data) |
Public Attributes | |
| ManualImmigrationWalkerSpawner | ImmigrationWalkers |
| ManualEmigrationWalkerSpawner | EmigrationWalkers |
| ManualHomelessWalkerSpawner | HomelessWalkers |
| Transform | Entry |
| Transform[] | EntryAlternatives |
| Population | Population |
| float | Interval = 1f |
| float | Sentiment = 1f |
| Score | SentimentScore |
| int | Minimum = 0 |
Properties | |
| IEnumerable< Vector2Int > | EntryPositions [get] |