2025-06-04 05:02:57 +08:00

5 lines
140 B
Plaintext

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