mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add private annotation
This commit is contained in:
@@ -42,6 +42,7 @@ function M:init(node, seconds_from, seconds_to, callback)
|
||||
end
|
||||
|
||||
|
||||
---@private
|
||||
function M:update(dt)
|
||||
if not self.is_on then
|
||||
return
|
||||
@@ -65,6 +66,7 @@ function M:update(dt)
|
||||
end
|
||||
|
||||
|
||||
---@private
|
||||
function M:on_layout_change()
|
||||
self:set_to(self.last_value)
|
||||
end
|
||||
|
Reference in New Issue
Block a user