새메시지, json 파일을 일관성있게 수정

This commit is contained in:
2018-02-12 21:40:50 +09:00
parent 420469ef75
commit 63be06c98f
2 changed files with 36 additions and 5 deletions
+31
View File
@@ -1,3 +1,34 @@
{
"last":21,
"nation":[
{
"nationID":0,
"mailbox":9000,
"nation":"재야",
"color":"#ffffff",
"general":[
[31, "Hide_Dy"]
]
},
{
"nationID":1,
"mailbox":9001,
"nation":"연구소",
"color":"#ffffff",
"general":[
[11,"HideD"],
[12,"HideD2"]
]
},
{
"nationID":2,
"mailbox":9002,
"nation":"연구소2",
"color":"#ff0000",
"general":[
[21,"Hide_Dx2"]
]
}
]
}