mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-30 00:00:43 -04:00
Remove unnecessary JSON::Field calls
This commit is contained in:
@@ -192,10 +192,7 @@ class TitleInfo
|
|||||||
# { user1: { entry1: 10, entry2: 0 } }
|
# { user1: { entry1: 10, entry2: 0 } }
|
||||||
include JSON::Serializable
|
include JSON::Serializable
|
||||||
|
|
||||||
@[JSON::Field(key: "comment")]
|
|
||||||
property comment = "Generated by Mango. DO NOT EDIT!"
|
property comment = "Generated by Mango. DO NOT EDIT!"
|
||||||
|
|
||||||
@[JSON::Field(key: "progress")]
|
|
||||||
property progress : Hash(String, Hash(String, Int32))
|
property progress : Hash(String, Hash(String, Int32))
|
||||||
|
|
||||||
def initialize(title_dir)
|
def initialize(title_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user