This commit is contained in:
j.mei7
2022-03-06 21:15:54 +01:00
parent 386a0db5ff
commit e884e44c54
41 changed files with 25259 additions and 22520 deletions

View File

@@ -12,6 +12,8 @@ public class Company : MonoBehaviour
[SerializeField] List<Workplace> workplaces= new List<Workplace>();
public City GetCity() => city;
void Awake()
{
city.AddCompany(this);