Make Parachutable public

This commit is contained in:
abcdefg30
2019-12-05 22:37:52 +01:00
committed by reaperrr
parent 494a7870d6
commit b1571ad17a

View File

@@ -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;