mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
[CSM] Add on_punchnode
callback
This commit is contained in:
@@ -46,5 +46,6 @@ public:
|
||||
void on_formspec_input(const std::string &formname, const StringMap &fields);
|
||||
|
||||
bool on_dignode(v3s16 p, MapNode node);
|
||||
bool on_punchnode(v3s16 p, MapNode node);
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user