6 lines
75 B
C#
6 lines
75 B
C#
public enum CompanyMonster
|
|
{
|
|
GiantHand = 0,
|
|
Tentacles = 1,
|
|
Tongue = 2
|
|
}
|