Exemplo n.º 1
0
 private static void Postfix(Db __instance)
 {
     TechTree.Create(__instance.Techs);
 }
Exemplo n.º 2
0
 internal static void Create(Techs techs)
 {
     Instance = Instance ?? new TechTree();
     Logger.Info("Created new TechTree");
 }