Document BitSet<TargetableType>

This commit is contained in:
Matthias Mailänder
2020-03-08 22:17:00 +01:00
committed by abcdefg30
parent a1c9b27057
commit 3df43529a6
8 changed files with 8 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ namespace OpenRA.Mods.Cnc.Traits
public readonly bool SkipMakeAnims = true;
[Desc("The `TargetTypes` from `Targetable` that are allowed to enter.")]
public readonly BitSet<TargetableType> Types = default(BitSet<TargetableType>);
public object Create(ActorInitializer init) { return new InfiltrateForTransform(init, this); }