Exemple #1
0
 public static void Register()
 {
     LandformsManager.RegisterAct(0, typeof(LandformEmpty));
     LandformsManager.RegisterAct(1, typeof(HydrothermalVent));
 }