mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Improve node timer format (map format version 25) and update mapformat.txt
This commit is contained in:
parent
717ae67995
commit
5c31445117
5 changed files with 98 additions and 41 deletions
|
@ -57,8 +57,8 @@ public:
|
|||
NodeTimerList() {}
|
||||
~NodeTimerList() {}
|
||||
|
||||
void serialize(std::ostream &os) const;
|
||||
void deSerialize(std::istream &is);
|
||||
void serialize(std::ostream &os, u8 map_format_version) const;
|
||||
void deSerialize(std::istream &is, u8 map_format_version);
|
||||
|
||||
// Get timer
|
||||
NodeTimer get(v3s16 p){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue