5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
UIShowCommand = class("UIShowCommand",pm.SimpleCommand)
|
|
|
|
function UIShowCommand:execute(note)
|
|
UIManagerProxy.Instance:ShowUI(note.body)
|
|
end |