beginning of RALint

This commit is contained in:
Chris Forbes
2010-07-01 13:11:32 +12:00
parent 521e6b8549
commit c310713cd5
7 changed files with 231 additions and 4 deletions

View File

@@ -29,7 +29,9 @@ namespace OpenRA.Traits
{
public class AttackBaseInfo : ITraitInfo
{
[WeaponReference]
public readonly string PrimaryWeapon = null;
[WeaponReference]
public readonly string SecondaryWeapon = null;
public readonly int Recoil = 0;
public readonly int[] PrimaryLocalOffset = { };