mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-06-06 16:24:37 -04:00
9 lines
76 B
C#
9 lines
76 B
C#
using System;
|
|
|
|
public enum Gamemode
|
|
{
|
|
survival,
|
|
creative,
|
|
adventure
|
|
}
|