增加serverfunctionhash函数

This commit is contained in:
Huoji's
2023-10-03 00:25:23 +08:00
parent 88f121e295
commit f08e0b90fa
21 changed files with 554 additions and 101 deletions

5
csgo2/script_apis.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include "head.h"
namespace ScriptApis {
auto initFunciton(lua_State* luaVm) -> void;
};