Paradrop Production

This commit is contained in:
Bynnar18
2016-01-04 03:01:09 -06:00
committed by Oliver Brakmann
parent 728bad9565
commit a9ffe0a779
9 changed files with 187 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenRA.Mods.Common.Traits
public interface INotifyAttack { void Attacking(Actor self, Target target, Armament a, Barrel barrel); }
public interface INotifyCharging { void Charging(Actor self, Target target); }
public interface INotifyChat { bool OnChat(string from, string message); }
public interface INotifyParachuteLanded { void OnLanded(); }
public interface INotifyParachuteLanded { void OnLanded(Actor ignore); }
public interface IRenderActorPreviewInfo : ITraitInfo { IEnumerable<IActorPreview> RenderPreview(ActorPreviewInitializer init); }
public interface ICruiseAltitudeInfo : ITraitInfo { WDist GetCruiseAltitude(); }