namespace DedicatedServer.Utils
{
public enum SceneDefs : byte
LAUNCH = 0, // 0.Launch
MENU = 1, // 1.Menu
GAME = 2, // 2.Game
OFFLINE = 3,
}