1
1
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-12-25 22:08:22 -05:00
MyMcRealms/Gamemode.cs

9 lines
76 B
C#
Raw Normal View History

2024-12-09 18:31:05 -05:00
using System;
public enum Gamemode
{
survival,
creative,
adventure
}