Ejemplo n.º 1
0
 public bool method_2(Hero hero_0)
 {
     return(this.FactionId != 0 && this.ClanDiplomacy != 3 && (hero_0.FactionId == this.FactionId || this.ClanDiplomacy == 1 || this.ClanDiplomacy == 2));
 }
Ejemplo n.º 2
0
 public bool method_1(Hero hero_0)
 {
     return(this.FactionId != 0 && (this.ClanDiplomacy == 3 || (hero_0.FactionId != this.FactionId && this.ClanDiplomacy != 1 && this.ClanDiplomacy != 2)));
 }