mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-12-25 05:48:23 -05:00
9 lines
76 B
C#
9 lines
76 B
C#
using System;
|
|
|
|
public enum Gamemode
|
|
{
|
|
survival,
|
|
creative,
|
|
adventure
|
|
}
|