player name setting

This commit is contained in:
Alli
2010-02-04 20:50:23 +13:00
parent c6168d318e
commit 95d545ff41
2 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ namespace OpenRa.GameRules
public readonly string Map = "scm12ea.ini";
public readonly int Player = 1;
public readonly string Replay = "";
public readonly string PlayerName = "";
// Gameplay options
public readonly bool RepairRequiresConyard = true;