Added a bunch of TraitLocationAttributes
Also moved a few traits to their proper subfolders.
This commit is contained in:
committed by
Matthias Mailänder
parent
67598dd151
commit
f056cbba13
@@ -26,6 +26,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
CPos Location { get; }
|
||||
}
|
||||
|
||||
[TraitLocation(SystemActors.World)]
|
||||
class BridgeLayerInfo : TraitInfo
|
||||
{
|
||||
public override object Create(ActorInitializer init) { return new BridgeLayer(init.World); }
|
||||
|
||||
Reference in New Issue
Block a user