fork from 1.3
This commit is contained in:
23
FreeSR.Proto/HeroBasicType.cs
Normal file
23
FreeSR.Proto/HeroBasicType.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
public enum HeroBasicType
|
||||
{
|
||||
None = 0,
|
||||
BoyWarrior = 8001,
|
||||
GirlWarrior = 8002,
|
||||
BoyKnight = 8003,
|
||||
GirlKnight = 8004,
|
||||
BoyRogue = 8005,
|
||||
GirlRogue = 8006,
|
||||
BoyMage = 8007,
|
||||
GirlMage = 8008,
|
||||
BoyShaman = 8009,
|
||||
GirlShaman = 8010,
|
||||
BoyWarlock = 8011,
|
||||
GirlWarlock = 8012,
|
||||
BoyPriest = 8013,
|
||||
GirlPriest = 8014,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user