mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Clears celadon TR rocket HQ after getting recognized by Archer in Mt. Ember
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -21,8 +21,7 @@ module SaveData
|
|||||||
# @param file_path [String] path of the file to load from
|
# @param file_path [String] path of the file to load from
|
||||||
# @return [Hash, Array] loaded save data
|
# @return [Hash, Array] loaded save data
|
||||||
# @raise [IOError, SystemCallError] if file opening fails
|
# @raise [IOError, SystemCallError] if file opening fails
|
||||||
def self.get_data_from_file(file_path)
|
def self.get_data_from_file(file_path) validate file_path => String
|
||||||
validate file_path => String
|
|
||||||
save_data = nil
|
save_data = nil
|
||||||
File.open(file_path) do |file|
|
File.open(file_path) do |file|
|
||||||
data = Marshal.load(file)
|
data = Marshal.load(file)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user