Merge pull request #11468 from GraionDilach/expose-parachutableinfo

Expose ParachutableInfo.
This commit is contained in:
abcdefg30
2016-06-18 12:27:42 +02:00
committed by GitHub

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;