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

            ModActions.ResetAll();
        }