Syncing character skill levels

This commit is contained in:
Regalis
2017-04-13 00:35:36 +03:00
parent 1bd856b7a5
commit 8964c0df5c
2 changed files with 42 additions and 9 deletions
@@ -23,6 +23,7 @@ namespace Barotrauma
public int Level
{
get { return level; }
set { level = MathHelper.Clamp(value, 0, 100); }
}
public Skill(SkillPrefab prefab)