items: on_use event

This commit is contained in:
MihailRis
2024-03-05 22:21:24 +03:00
parent 45a7bd190a
commit c6b06f04d8
4 changed files with 125 additions and 75 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
#include "../typedefs.h"
struct item_funcs_set {
bool init: 1;
bool init: 1;
bool on_use: 1;
bool on_use_on_block: 1;
bool on_block_break_by: 1;
};