|
Britbot
|
Definition at line 121 of file Group.cs. : this() { //Add pirates for (; amount > 0; amount--) { this.Pirates.Add(index + amount - 1); } //generate forming (getting into structure) instructions this.GenerateFormationInstructions(); } |
1.7.6.1