mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Migration - more progress
This commit is contained in:
@@ -11,7 +11,7 @@ class PokemonGlobalMetadata
|
||||
attr_accessor :descending_waterfall
|
||||
attr_accessor :ascending_waterfall
|
||||
attr_accessor :fishing
|
||||
# Player data
|
||||
# Overrides data
|
||||
attr_accessor :startTime
|
||||
attr_accessor :stepcount
|
||||
attr_accessor :pcItemStorage
|
||||
@@ -64,7 +64,7 @@ class PokemonGlobalMetadata
|
||||
@descending_waterfall = false
|
||||
@ascending_waterfall = false
|
||||
@fishing = false
|
||||
# Player data
|
||||
# Overrides data
|
||||
@startTime = Time.now
|
||||
@stepcount = 0
|
||||
@pcItemStorage = nil
|
||||
|
||||
Reference in New Issue
Block a user