mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Minor refactoring to kill various Rubocop warnings
This commit is contained in:
@@ -731,6 +731,7 @@ end
|
||||
#===============================================================================
|
||||
class SpriteWindow_Selectable < SpriteWindow_Base
|
||||
attr_reader :index
|
||||
attr_writer :ignore_input
|
||||
|
||||
def initialize(x, y, width, height)
|
||||
super(x, y, width, height)
|
||||
@@ -789,10 +790,6 @@ class SpriteWindow_Selectable < SpriteWindow_Base
|
||||
end
|
||||
end
|
||||
|
||||
def ignore_input=(value)
|
||||
@ignore_input=value
|
||||
end
|
||||
|
||||
def count
|
||||
return @item_max
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user