comparison src/main/csharp/jp.ac.u-ryukyu.ie.cr/jungle/store/operations/ReplaceRootNodeOperation.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
18 18
19 public string getKey() { 19 public string getKey() {
20 return null; 20 return null;
21 } 21 }
22 22
23 public GameObject getValue() { 23 public byte[] getValue() {
24 return null; 24 return new byte[1]{0};
25 } 25 }
26 26
27 } 27 }