|
Britbot
|
copy C'tor
Definition at line 76 of file SimulatedGroup.cs. {
this.Id = sg.Id;
this.Owner = sg.Owner;
this.FirePower = sg.FirePower;
this.IsAlive = sg.IsAlive;
this.ReviveTurn = sg.ReviveTurn;
}
|
1.7.6.1