amatos
11/14/2017, 1:44 AMperson
class that has district
and district has a region
and region has a country
, how should person
have the reference to district? atm I have it like: var district:District?=null
Andreas Sinz
11/14/2017, 8:26 AM