From 3c3f85a272511fe1f18a9c0f83c101e2b6e17770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 2 Jul 2014 19:23:25 +0200 Subject: [PATCH] add documentation --- OpenRA.Mods.RA/Buildings/BuildingInfluence.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.RA/Buildings/BuildingInfluence.cs b/OpenRA.Mods.RA/Buildings/BuildingInfluence.cs index e8a16acaec..71dcec3ced 100755 --- a/OpenRA.Mods.RA/Buildings/BuildingInfluence.cs +++ b/OpenRA.Mods.RA/Buildings/BuildingInfluence.cs @@ -12,6 +12,7 @@ using OpenRA.Traits; 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 object Create(ActorInitializer init) { return new BuildingInfluence(init.world); }