public CharMoveToLocationMonrace(MonsterRunner runner)
 {
     this.runner = runner;
 }
Exemplo n.º 2
0
 public NpcInfoMonrace(MonsterRunner runner)
 {
     this.runner = runner;
 }