Feature: Bounties added to Buildings/Units at 10% of value + 1.25 for each lvl

This commit is contained in:
Mike Bundy
2011-04-07 01:24:22 +01:00
committed by Chris Forbes
parent 7d29d90338
commit 3e04b17b46
4 changed files with 72 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenRA.Mods.RA
[Sync]
int Experience = 0;
[Sync]
int Level = 0;
public int Level { get; private set; }
public void GiveOneLevel()
{