Simplify CreateEffectWarhead

This commit is contained in:
reaperrr
2019-03-15 03:40:49 +01:00
committed by Paul Chote
parent 78a70be0d4
commit 3735c60533
2 changed files with 28 additions and 80 deletions

View File

@@ -15,14 +15,6 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Warheads
{
public enum ImpactType
{
None,
Ground,
Air,
TargetHit
}
public enum ImpactTargetType
{
NoActor,