Exemplo n.º 1
0
 /// <summary>
 /// Registers the sublocation with the factory
 /// </summary>
 public static void RegisterSublocation()
 {
     SubLocationFactory.RegisterSubLocation(TYPE, new Residential());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Registers the sublocation with the factory
 /// </summary>
 public static void RegisterSublocation()
 {
     SubLocationFactory.RegisterSubLocation(TYPE, new Civic());
 }
Exemplo n.º 3
0
 /// <summary>
 /// Registers the sublocation with the factory
 /// </summary>
 public static void RegisterSublocation()
 {
     SubLocationFactory.RegisterSubLocation(TYPE, new Commercial());
 }