|
Britbot
|
Holds the target score relative to the attacker.
Definition at line 64 of file Score.cs. {
this.Target = target;
this.Type = type;
this.Value = value;
this.Eta = eta;
this.EnemyShips = EnemyShips;
this.MinTurnsToEnemyCapture = MinTurnsToEnemyCapture;
this.Density = Density;
}
|
1.7.6.1