squash some warnings

This commit is contained in:
Chris Forbes
2010-12-23 08:50:07 +13:00
parent c1fb6c2732
commit e8a85db309
3 changed files with 1 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenRA.Mods.RA
class HackyAIInfo : IBotInfo, ITraitInfo
{
[FieldLoader.Load]
public readonly string Name;
public readonly string Name = "Unnamed Bot";
[FieldLoader.Load]
public readonly int SquadSize = 8;