mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-17 08:54:43 +01:00
16 lines
205 B
C#
16 lines
205 B
C#
namespace MoleMole.Config
|
|
{
|
|
public enum EntityClass
|
|
{
|
|
Default = 0,
|
|
DualPistoler = 1,
|
|
ShortSworder = 2,
|
|
Mecha = 3,
|
|
LongSworder = 4,
|
|
Fighter = 5,
|
|
DeadGal = 6,
|
|
Robot = 7,
|
|
Ulysses = 8
|
|
}
|
|
}
|