Пример #1
0
 private void AddLawEnforcementToClient(StructureBaseSO nearByStructure)
 {
     if (facilityType == FacilityType.LawEnforcement && nearByStructure.requireLawEnforcement)
     {
         if (nearByStructure.AddLawEnforcementFacility(this))
         {
             _customers.Add(nearByStructure);
         }
     }
 }