Exemplo n.º 1
0
 internal static void Postfix()
 {
     if (Game1.IsMasterGame)
     {
         SaveHandler.RebuildFromActions();
     }
 }