コード例 #1
0
 public AgentBuildData Monster(TaleWorlds.Core.Monster monster)
 {
     this.AgentData.Monster(monster);
     return(this);
 }
コード例 #2
0
 public AgentVisualsData Monster(TaleWorlds.Core.Monster monster)
 {
     this.MonsterData = monster;
     return(this);
 }