mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class Player < Trainer
|
||||
#===============================================================================
|
||||
# Represents the player's Pokédex.
|
||||
#===============================================================================
|
||||
class Pokedex
|
||||
# @return [Array<Integer>] an array of accessible Dexes
|
||||
# @see #refresh_accessible_dexes
|
||||
@@ -33,7 +38,7 @@ class Player < Trainer
|
||||
self.refresh_accessible_dexes
|
||||
end
|
||||
|
||||
#===========================================================================
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# Sets the given species as seen in the Pokédex.
|
||||
# @param species [Symbol, GameData::Species] species to set as seen
|
||||
|
||||
Reference in New Issue
Block a user