LeviLamina
Loading...
Searching...
No Matches
NetworkConnectionType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
NetworkConnectionType : uchar {
6
Wired = 0,
7
Wifi = 1,
8
Cellular = 2,
9
Unknown = 3,
10
};
src
mc
deps
core
NetworkConnectionType.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0