Guest User

Untitled

a guest
Oct 13th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.71 KB | None | 0 0
  1.         public abstract sbyte PointsOfAttackAgainstSpaceAircraftCarries { get; }
  2.         public abstract sbyte PointsOfAttackAgainstSpyShip { get; }
  3.         public abstract short MaxLootInAntimatter { get; }
  4.         public abstract short MaxLootInMinerals { get; }
  5.         public abstract short MaxLootInSuperconductingElements { get; }
  6.         /// <summary>
  7.         /// In second per mappoint
  8.         /// </summary>
  9.         public abstract short Speed { get; }  
  10.         /// <summary>
  11.         /// In antimatter per mappoint
  12.         /// </summary>
  13.         public abstract short CostFuel { get; }
  14.         /// <summary>
  15.         /// In mappoint
  16.         /// </summary>
  17.         public abstract short Range { get; }
Advertisement
Add Comment
Please, Sign In to add comment