Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public abstract sbyte PointsOfAttackAgainstSpaceAircraftCarries { get; }
- public abstract sbyte PointsOfAttackAgainstSpyShip { get; }
- public abstract short MaxLootInAntimatter { get; }
- public abstract short MaxLootInMinerals { get; }
- public abstract short MaxLootInSuperconductingElements { get; }
- /// <summary>
- /// In second per mappoint
- /// </summary>
- public abstract short Speed { get; }
- /// <summary>
- /// In antimatter per mappoint
- /// </summary>
- public abstract short CostFuel { get; }
- /// <summary>
- /// In mappoint
- /// </summary>
- public abstract short Range { get; }
Advertisement
Add Comment
Please, Sign In to add comment