items: on_use event
This commit is contained in:
+2
-1
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user