9 lines
88 B
C#
9 lines
88 B
C#
public enum MegaMeltMat
|
|
{
|
|
Ice = 0,
|
|
Glass = 1,
|
|
Jelly = 2,
|
|
Plastic = 3,
|
|
Custom = 4
|
|
}
|