Exemple #1
0
 private static void OnGameLoad()
 {
     OneTickOneSpell.Init();
     Game.Print("Anti-Riot by Live To Rise <3");
 }
Exemple #2
0
 private static void Game_OnGameLoad(EventArgs args)
 {
     OneTickOneSpell.Init2();
     OneTickOneSpell.Init();
     Chat.Print("Anti-Riot by Live To Rise <3");
 }