7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
local RestartGameCommand = class("RestartGameCommand",pm.SimpleCommand)
|
|
|
|
function RestartGameCommand:execute(note)
|
|
FunctionNetError.Me():ErrorBackToLogin()
|
|
end
|
|
|
|
return RestartGameCommand |