阶段暂存

This commit is contained in:
2025-09-28 01:32:54 +08:00
parent 090bd16c67
commit 15a213a5c4
53 changed files with 405 additions and 728 deletions

View File

@ -0,0 +1,3 @@
--- @class BusyGameplayLibrary
--- @field K2_GetWorld fun(obj:table):table
local BusyGameplayLibrary = {}

View File

@ -27,3 +27,9 @@ slua = {
KismetSystemLibrary = {
K2_ClearTimerHandle = function() end
}
--- @class GameplayStatics
--- @field GetPlayerController fun(uobj:table,idx:number):table
--- @field GetGameState fun(uobj:table):table
local GameplayStatics