comparison Main/jungle-main/data/treemap/rebuildNode.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;
2 using System.Collections;
3 using System; 2 using System;
4 3
5 public class rebuildNode<K,V> { 4 public class rebuildNode<K,V> {
6 private bool rebuild; 5 private bool rebuild;
7 TreeMapNode<K,V> node; 6 TreeMapNode<K,V> node;