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