CreateEffectWarhead target types support

This commit is contained in:
atlimit8
2015-11-04 21:01:48 -06:00
parent def564e97c
commit cdb2da33be
2 changed files with 23 additions and 9 deletions

View File

@@ -59,11 +59,13 @@ namespace OpenRA.Traits
{
None = 0,
Ground = 1,
Water = 2,
Air = 4,
GroundHit = 8,
WaterHit = 16,
AirHit = 32
GroundHit = 2,
Water = 4,
WaterHit = 8,
Air = 16,
AirHit = 32,
TargetTerrain = 64,
TargetHit = 128
}
public class AttackInfo