mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 04:32:14 +00:00
GH-2026 implement changes necessary to support 1.13 snapshots
This commit is contained in:
10
api/logic/net/Mode.h
Normal file
10
api/logic/net/Mode.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace Net
|
||||
{
|
||||
enum class Mode
|
||||
{
|
||||
Offline,
|
||||
Online
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user