12 lines
132 B
Python
12 lines
132 B
Python
byte = 0
|
|
uInt16 = 1
|
|
sInt16 = 2
|
|
uInt32 = 3
|
|
sInt32 = 4
|
|
uInt64 = 5
|
|
sInt64 = 6
|
|
string = 7
|
|
ffloat = 8
|
|
bbytes = 9
|
|
rawReplay = 10
|