コード例 #1
0
ファイル: Test.cs プロジェクト: drecom/AnimalRunLand
 public static Test FromJson(TestJson json)
 {
     return(new Test(json));
 }
コード例 #2
0
ファイル: Test.cs プロジェクト: drecom/AnimalRunLand
 Test(TestJson json)
 {
     this.json = json;
 }