mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
NOISSUE Flatten gui and logic libraries into MultiMC
This commit is contained in:
10
launcher/net/Mode.h
Normal file
10
launcher/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