LeviLamina
Loading...
Searching...
No Matches
JSONSchemaArea.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class JSONSchemaArea : uchar {
6 Both = 0,
7 Client = 1,
8 Server = 2,
9};