mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-05 04:15:35 -04:00
Remove unnecessary JSON::Field
calls
This commit is contained in:
parent
82fb45b242
commit
e68678f2fb
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user