diff --git a/OpenRA.Mods.Common/Traits/Parachutable.cs b/OpenRA.Mods.Common/Traits/Parachutable.cs index 1c60a24d6c..59ac4f043c 100644 --- a/OpenRA.Mods.Common/Traits/Parachutable.cs +++ b/OpenRA.Mods.Common/Traits/Parachutable.cs @@ -57,7 +57,7 @@ namespace OpenRA.Mods.Common.Traits public object Create(ActorInitializer init) { return new Parachutable(init.Self, this); } } - class Parachutable : INotifyCreated, INotifyParachute + public class Parachutable : INotifyCreated, INotifyParachute { readonly ParachutableInfo info; readonly IPositionable positionable;