Exemplo n.º 1
0
        public Int16[] x_skills = new Int16[(int)Skill.MAX]; /* extra skills */

        #endregion Fields

        #region Constructors

        public Player_Class()
        {
            spells = new Player_Magic();
        }
Exemplo n.º 2
0
 public Player_Class()
 {
     spells = new Player_Magic();
 }