Commit c63bc4f2 by Naliwe GS

Fixed date

parent 0b1a994c
...@@ -9,7 +9,7 @@ namespace Assets.Scripts.API ...@@ -9,7 +9,7 @@ namespace Assets.Scripts.API
public string playerName; public string playerName;
public string team; public string team;
public int score; public int score;
public DateTime date; public string date;
public string _id; public string _id;
public static Score CreateFromJson(string json) public static Score CreateFromJson(string json)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment