feat(ui): add CSimpleMessageFrame skeleton

This commit is contained in:
VDm 2025-08-10 22:31:18 +04:00
parent 568afa1c1b
commit b76a9fed82
7 changed files with 147 additions and 4 deletions

View file

@ -52,7 +52,6 @@ static int32_t Script_UnitIsUnit(lua_State* L) {
static int32_t Script_UnitIsPlayer(lua_State* L) {
// TODO
__debugbreak();
lua_pushnil(L);
return 1;
}