comparison Main/jungle-main/persistent/ChangeList.cs @ 35:f2ea780b3e80

fix
author Kazuma Takeda
date Wed, 22 Feb 2017 16:30:19 +0900
parents 1f99e150f336
children
comparison
equal deleted inserted replaced
34:a79781723862 35:f2ea780b3e80
1 using UnityEngine; 1 using System.Collections.Generic;
2 using System.Collections.Generic;
3 2
4 namespace JungleDB { 3 namespace JungleDB {
5 public interface ChangeList : IEnumerable<TreeOperation> { 4 public interface ChangeList : IEnumerable<TreeOperation> {
6 string uuids(); 5 string uuids();
7 string getTreeName(); 6 string getTreeName();