Ejemplo n.º 1
0
 public CombatModule(Host host, CancellationToken token, Settings settings, MemLock memory, MoveModule moving) : base(host)
 {
     Host          = host;
     this.token    = token;
     this.settings = settings;
     this.memory   = memory;
     this.moving   = moving;
 }