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