Example #1
0
 public AgentBuildData Monster(TaleWorlds.Core.Monster monster)
 {
     this.AgentData.Monster(monster);
     return(this);
 }
 public AgentVisualsData Monster(TaleWorlds.Core.Monster monster)
 {
     this.MonsterData = monster;
     return(this);
 }