ro-table/Assets/Resources/Script/FrameWork/command/RestartGameCommand.txt
2025-06-04 05:12:01 +08:00

7 lines
187 B
Plaintext

local RestartGameCommand = class("RestartGameCommand",pm.SimpleCommand)
function RestartGameCommand:execute(note)
FunctionNetError.Me():ErrorBackToLogin()
end
return RestartGameCommand