|
Britbot
|
Creates a new group with the given pirates.
Definition at line 88 of file Group.cs. : this() { foreach (int index in piratesId) this.AddPirate(index); //generate forming (getting into structure) instructions this.GenerateFormationInstructions(); } |
1.7.6.1