Expose ParachutableInfo.

This commit is contained in:
Zimmermann Gyula
2016-06-18 11:37:57 +02:00
parent ebf3222e06
commit 58a0e381a5

View File

@@ -16,7 +16,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[Desc("Can be paradropped by a ParaDrop actor.")]
class ParachutableInfo : ITraitInfo, Requires<IPositionableInfo>
public class ParachutableInfo : ITraitInfo, Requires<IPositionableInfo>
{
[Desc("If we land on invalid terrain for my actor type should we be killed?")]
public readonly bool KilledOnImpassableTerrain = true;