1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-14 19:18:29 +01:00

Add persistent unique identifiers for objects (#14135)

This commit is contained in:
sfence
2025-07-09 10:40:26 +02:00
committed by GitHub
parent e0f8243629
commit 4f42b4308c
20 changed files with 257 additions and 19 deletions

View File

@@ -24,6 +24,9 @@ public:
bool collideWithObjects() const {
return true;
}
std::string getGUID() const {
return "";
}
};
constexpr float POS_RANGE = 2001;