index
:
MultiMC
develop
tom
Minecraft modpack tooling with Google spyware removed
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
logic
/
net
/
Mode.h
blob: 62e26d920cb7021f2934e96fa05a4b5833c50b05 (
plain
)
1
2
3
4
5
6
7
8
9
10
#pragma once namespace Net { enum class Mode { Offline, Online }; }