|
Britbot
|
Definition at line 138 of file SimulatedGroup.cs. {
return this.Id == other.Id && this.Owner == other.Owner && this.FirePower.Equals(other.FirePower) &&
this.IsAlive == other.IsAlive && this.ReviveTurn == other.ReviveTurn;
}
|
1.7.6.1