document Country trait

This commit is contained in:
Matthias Mailänder
2015-05-30 11:13:18 +02:00
parent fc7df415d7
commit 7424f32b2f

View File

@@ -10,6 +10,7 @@
namespace OpenRA.Traits namespace OpenRA.Traits
{ {
[Desc("Attach this to the `World` actor.")]
public class CountryInfo : TraitInfo<Country> public class CountryInfo : TraitInfo<Country>
{ {
[Desc("This is the name exposed to the players.")] [Desc("This is the name exposed to the players.")]