mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(ui): add CSimpleMessageFrame skeleton
This commit is contained in:
parent
568afa1c1b
commit
b76a9fed82
7 changed files with 147 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue