Ejemplo n.º 1
0
 void OnCompleteEvictionEvent(CompleteEvictionEvent e)
 {
     if (!hasTenantsUnion)
     {
         Apartment a = grid.GetRandomApartment();
         a.MakeTenantsUnionHeadquarters();
     }
     hasTenantsUnion = true;
 }
Ejemplo n.º 2
0
 void OnCompleteEvictionEvent(CompleteEvictionEvent e)
 {
     Show("Tenants evicted!", info);
 }
Ejemplo n.º 3
0
 void OnCompleteEvictionEvent(CompleteEvictionEvent e)
 {
     resentment++;
     Debug.Log("resentment: " + resentment);
 }