add documentation

This commit is contained in:
Matthias Mailänder
2014-07-02 19:23:25 +02:00
parent 68a97b079b
commit 3c3f85a272

View File

@@ -12,6 +12,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.RA.Buildings namespace OpenRA.Mods.RA.Buildings
{ {
[Desc("A dictionary of buildings placed on the map. Attach this to the world actor.")]
public class BuildingInfluenceInfo : ITraitInfo public class BuildingInfluenceInfo : ITraitInfo
{ {
public object Create(ActorInitializer init) { return new BuildingInfluence(init.world); } public object Create(ActorInitializer init) { return new BuildingInfluence(init.world); }