mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#===============================================================================
|
||||
# Abstraction layer for Pokemon Essentials
|
||||
# Abstraction layer for Pokemon Essentials.
|
||||
#===============================================================================
|
||||
class BattlePointShopAdapter
|
||||
def getBP
|
||||
@@ -89,7 +89,7 @@ class BattlePointShopAdapter
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Battle Point Shop
|
||||
# Battle Point Shop.
|
||||
#===============================================================================
|
||||
class Window_BattlePointShop < Window_DrawableCommand
|
||||
def initialize(stock, adapter, x, y, width, height, viewport = nil)
|
||||
|
||||
Reference in New Issue
Block a user