Esempio n. 1
0
 public EffectList()
 {
     effects        = new List <Effect>();
     iterator       = 0;
     characteristic = Characteristic.CreateEmpty();
 }
Esempio n. 2
0
        /* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

        private void calculateCharacteristic()
        {
            baseCharacteristic    = Characteristic.CreateBase(level, rank);
            currentCharacteristic = Characteristic.CreateEmpty();
            updateCharacteristic();
        }