comparison src/main/csharp/jp.ac.u-ryukyu.ie.cr/jungle/store/operations/AppendChildAtOperation.cs @ 7:02b2ab7bffe6

fix
author Kazuma
date Tue, 27 Sep 2016 18:36:05 +0900
parents dec15de2c6ff
children
comparison
equal deleted inserted replaced
5:0428c8888abf 7:02b2ab7bffe6
28 public string getKey() 28 public string getKey()
29 { 29 {
30 return null; 30 return null;
31 } 31 }
32 32
33 public GameObject getValue() 33 public byte[] getValue()
34 { 34 {
35 return null; 35 return new byte[1]{0};
36 } 36 }
37 37
38 } 38 }