You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1014 B
28 lines
1014 B
--========================================================--
|
|
-- Scorpio Secure Empty Handler --
|
|
-- --
|
|
-- Author : kurapica125@outlook.com --
|
|
-- Create Date : 2021/03/29 --
|
|
--========================================================--
|
|
|
|
--========================================================--
|
|
Scorpio "Scorpio.Secure.EmptyHandler" "1.0.0"
|
|
--========================================================--
|
|
|
|
_Enabled = false
|
|
|
|
------------------------------------------------------
|
|
-- Action Handler
|
|
-----------------------------------------------------
|
|
handler = ActionTypeHandler {
|
|
Name = "empty",
|
|
DragStyle = "Block",
|
|
ReceiveStyle = "Clear",
|
|
}
|
|
|
|
------------------------------------------------------
|
|
-- Overwrite methods
|
|
------------------------------------------------------
|
|
function handler:HasAction()
|
|
return false
|
|
end
|
|
|