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