Example #1
0
 public static void RespawnAll()
 {
     foreach (var SomeRole in ROLES)
     {
         SomeRole.Respawn();
     }
 }
Example #2
0
        public static void ResetAll()
        {
            foreach (var SomeRole in ROLES)
            {
                SomeRole.Reset();
            }

            ModActions.ResetAll();
        }