41e894cd42
2e is hidden behind url navigation hiding, so hoping that nobody found it yet. Note: DB migration make this commit a bit risky!
35 lines
468 B
C#
35 lines
468 B
C#
namespace Kemkas.Web.Db.Enums;
|
|
|
|
public enum Faj1E
|
|
{
|
|
Ember = 0,
|
|
Amazon = 1,
|
|
Birodalmi = 2,
|
|
Etuniai = 3,
|
|
Eszaki = 4,
|
|
Osember = 5,
|
|
Elf = 6,
|
|
Felelf = 7,
|
|
Felork = 8,
|
|
Felszerzet = 9,
|
|
Gnom = 10,
|
|
Torpe = 11,
|
|
}
|
|
|
|
public enum Faj2E
|
|
{
|
|
Ember = 0,
|
|
Amazon = 1,
|
|
Birodalmi = 2,
|
|
Nomad = 3,
|
|
Eszaki = 4,
|
|
Osember = 5,
|
|
Elf = 6,
|
|
Felelf = 7,
|
|
Felork = 8,
|
|
Felszerzet = 9,
|
|
Gnom = 10,
|
|
Torpe = 11,
|
|
}
|
|
|