LeviLamina
Loading...
Searching...
No Matches
InputFormat.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Puv {
6
7
enum class
InputFormat : uchar {
8
Binary = 0,
9
JsonString = 1,
10
JsonCpp = 2,
11
JsonRapid = 3,
12
DynamicValue = 4,
13
};
14
15
}
src
mc
deps
puv
InputFormat.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0