Create method was removed because it's useless

This commit is contained in:
2022-05-14 14:47:19 +03:00
parent 817cc99eb9
commit e51c3c256d
2 changed files with 1 additions and 8 deletions

1
hook.h
View File

@ -19,7 +19,6 @@ protected:
public:
Dictionary GetTable();
void Create(String name);
void Add(String event, String uid, Ref<FuncRef> function);
void Call(String event, Array args);
void Remove(String event, String uid);