From 7424f32b2f9f087759ff6ea16b7ee731adb6ff08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 30 May 2015 11:13:18 +0200 Subject: [PATCH] document Country trait --- OpenRA.Game/Traits/World/Country.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Game/Traits/World/Country.cs b/OpenRA.Game/Traits/World/Country.cs index e034874331..0df8d54247 100644 --- a/OpenRA.Game/Traits/World/Country.cs +++ b/OpenRA.Game/Traits/World/Country.cs @@ -10,6 +10,7 @@ namespace OpenRA.Traits { + [Desc("Attach this to the `World` actor.")] public class CountryInfo : TraitInfo { [Desc("This is the name exposed to the players.")]