public CharMoveToLocationMonrace(MonsterRunner runner)
 {
     this.runner = runner;
 }
Example #2
0
 public NpcInfoMonrace(MonsterRunner runner)
 {
     this.runner = runner;
 }