Document BitSet<TargetableType>
This commit is contained in:
committed by
abcdefg30
parent
a1c9b27057
commit
3df43529a6
@@ -18,6 +18,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
{
|
||||
class InfiltrateForSupportPowerResetInfo : ITraitInfo
|
||||
{
|
||||
[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 InfiltrateForSupportPowerReset(this); }
|
||||
|
||||
Reference in New Issue
Block a user