Closed marot closed 3 years ago
Update the code generation based off of Nakama's master branch.
There was a dangling "," after arrays.
Structs are cloneable for ease of use (e.g. storing a clone of ApiWriteStorageObjectsRequest until ApiStorageObjectAck was received.
ApiWriteStorageObjectsRequest
ApiStorageObjectAck
Update the code generation based off of Nakama's master branch.
There was a dangling "," after arrays.
Structs are cloneable for ease of use (e.g. storing a clone of
ApiWriteStorageObjectsRequest
untilApiStorageObjectAck
was received.