index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
/
logic
/
net
/
Mode.h
blob: 9a95f5ad4483e02c1666e9d7f97d945b25e3c597 (
plain
)
1
2
3
4
5
6
7
8
9
10
#pragma once
namespace
Net
{
enum
class
Mode
{
Offline
,
Online
};
}