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:
@@ -24,6 +24,9 @@ public:
|
||||
bool collideWithObjects() const {
|
||||
return true;
|
||||
}
|
||||
std::string getGUID() const {
|
||||
return "";
|
||||
}
|
||||
};
|
||||
|
||||
constexpr float POS_RANGE = 2001;
|
||||
|
||||
Reference in New Issue
Block a user