mirror of
https://github.com/DerTyp7/grow-ai-unity.git
synced 2025-10-30 12:57:09 +01:00
sadxca
This commit is contained in:
@@ -12,6 +12,8 @@ public class Company : MonoBehaviour
|
||||
|
||||
[SerializeField] List<Workplace> workplaces= new List<Workplace>();
|
||||
|
||||
public City GetCity() => city;
|
||||
|
||||
void Awake()
|
||||
{
|
||||
city.AddCompany(this);
|
||||
|
||||
Reference in New Issue
Block a user