This website requires JavaScript.
Explore
Help
Sign In
mirror
/
MultiMC5
Watch
1
Star
0
Fork
0
You've already forked MultiMC5
mirror of
https://github.com/MultiMC/MultiMC5.git
synced
2024-12-27 03:14:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bbdbe47e72
MultiMC5
/
launcher
/
net
/
Mode.h
11 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
GH-2026 implement changes necessary to support 1.13 snapshots
2017-11-11 00:38:31 +00:00
#
pragma once
namespace
Net
{
enum
class
Mode
{
NOISSUE tabs -> spaces
2018-07-15 12:51:05 +00:00
Offline
,
Online
GH-2026 implement changes necessary to support 1.13 snapshots
2017-11-11 00:38:31 +00:00
}
;
}
Reference in New Issue
Copy Permalink