Example #1
0
 public static void AddSkill(PlayerSystem Skill)
 {
     instance.Add(Skill);
     instance.SkillDataUpdate();
 }