mirror of
https://github.com/fraillt/bitsery.git
synced 2026-08-03 11:59:49 +00:00
buffer writer improvements
This commit is contained in:
@@ -24,7 +24,6 @@ SERIALIZE(Player) {
|
||||
s.value4(o.pos.y);
|
||||
s.value4(o.pos.z);
|
||||
s.text1(o.name);
|
||||
return s;
|
||||
}
|
||||
|
||||
Player createData() {
|
||||
|
||||
Reference in New Issue
Block a user