示例#1
0
 public PlayerBot(string n, Level lvl)
 {
     name  = n; DisplayName = n; SkinName = n;
     color = "&1";
     level = lvl;
     SetModel(Model, lvl);
     hasExtPositions = true;
     BotsScheduler.Activate();
 }
示例#2
0
 public PlayerBot(string n, Level lvl)
 {
     name            = n; DisplayName = n; SkinName = n;
     color           = "&1";
     ModelBB         = AABB.ModelAABB(this, lvl);
     level           = lvl;
     hasExtPositions = true;
     BotsScheduler.Activate();
 }