added trait documentation

This commit is contained in:
Matthias Mailänder
2013-11-02 11:52:50 +01:00
parent ad25631d11
commit 4012ca7d17

View File

@@ -15,6 +15,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.RA
{
[Desc("Eject a ground soldier or a paratrooper while in the air.")]
public class EjectOnDeathInfo : TraitInfo<EjectOnDeath>
{
[ActorReference]