2025-06-04 05:12:01 +08:00

5 lines
140 B
Plaintext

UIShowCommand = class("UIShowCommand",pm.SimpleCommand)
function UIShowCommand:execute(note)
UIManagerProxy.Instance:ShowUI(note.body)
end