PsyOps

TestBot

Nov 3rd, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.45 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. // Needed core files
  7. using BattleCore;
  8. using BattleCore.Events;
  9. using BattleCorePsyOps;
  10.  
  11. namespace ABot
  12. {
  13.     [Behavior("Main", "true", "0.01", "PsyOps", "Main module for controlling Battle")]
  14.     public class Main:BotEventListener
  15.     {
  16.         public override void Dispose()
  17.         {
  18.             throw new NotImplementedException();
  19.         }
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment