Exemple #1
0
        public BoardManager()
        {
            pendingID = new Dictionary <int, GameObject>();
            boards    = new Dictionary <int, NetBoard>();

            placer = new Placer();
        }
Exemple #2
0
 public void Init()
 {
     client = new Client();
     placer = new Placer();
     IGConsole.RegisterCommand(new Command_find());
     IGConsole.RegisterCommand(new Command_findobj());
     IGConsole.Log($"Polyglot v{ModVersion.ToString()} initialized");
 }
Exemple #3
0
 public Command_tryplace(Placer placer)
 {
     this.placer = placer;
 }