(feat): migrate to rust
This commit is contained in:
parent
788f30eea4
commit
20b12f3c60
28 changed files with 3365 additions and 2775 deletions
11
type-maps.yaml
Normal file
11
type-maps.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
protocol_version: "1.0"
|
||||
|
||||
type_maps:
|
||||
"1.0":
|
||||
CommunicationTypes:
|
||||
LoadAppData: 32
|
||||
LoadAppDataResponse: 33
|
||||
SaveAppData: 34
|
||||
SaveAppDataResponse: 35
|
||||
DataTypes:
|
||||
AppData: 32
|
||||
Loading…
Reference in a new issue