Example #1
0
 public static void Postfix(GameObjectClass __instance)
 {
     CheepsAmongUsMod.CurrentGame = __instance;
 }
 public static void Postfix(GameDataClass __instance)
 {
     GameData.currentGame = __instance;
 }