Changes between Version 1 and Version 2 of skills


Ignore:
Timestamp:
05/30/15 15:38:53 (9 years ago)
Author:
Support
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • skills

    v1 v2  
    5252        Necromancy = 49,    //
    5353}}}
     54
     55
     56        public enum FoodType
     57        {
     58                None                    = 0x0000,
     59                Meat                    = 0x0001,
     60                FruitsAndVegies = 0x0002,
     61                GrainsAndHay    = 0x0004,
     62                Fish                    = 0x0008,
     63                Eggs                    = 0x0010,
     64                Gold                    = 0x0020
     65        }