10 lines
89 B
C#
10 lines
89 B
C#
|
namespace RoR2;
|
||
|
|
||
|
public enum HullClassification
|
||
|
{
|
||
|
Human,
|
||
|
Golem,
|
||
|
BeetleQueen,
|
||
|
Count
|
||
|
}
|