fix obvious failures.

This commit is contained in:
Chris Forbes
2010-08-26 19:53:21 +12:00
parent 739c38d3d8
commit ce0e671ac5
5 changed files with 16 additions and 11 deletions

View File

@@ -65,6 +65,7 @@ namespace OpenRA.GameRules
public Target target;
public int2 dest;
public int destAltitude;
public float firepowerModifier = 1.0f;
}
public interface IProjectileInfo { IEffect Create(ProjectileArgs args); }