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