mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-23 06:46:00 +00:00
Resolved many Rubocop warnings
This commit is contained in:
@@ -25,7 +25,7 @@ class Window_PokemonItemStorage < Window_DrawableCommand
|
||||
return @bag.length+1
|
||||
end
|
||||
|
||||
def drawItem(index,count,rect)
|
||||
def drawItem(index,_count,rect)
|
||||
rect = drawCursor(index,rect)
|
||||
ypos = rect.y
|
||||
textpos = []
|
||||
|
||||
Reference in New Issue
Block a user