comparison Test/junge-main/data/list/ListTest.cs @ 28:9588ad364fdd

Last commit before change.
author Kazuma Takeda
date Wed, 18 Jan 2017 19:53:29 +0900
parents 1f99e150f336
children e954d456665c
comparison
equal deleted inserted replaced
27:9ff715ff8e09 28:9588ad364fdd
1 using UnityEngine; 1 using UnityEngine;
2 using System.Collections; 2 using System.Collections;
3 using JungleDB;
3 4
4 public class ListTest : MonoBehaviour { 5 public class ListTest : MonoBehaviour {
5 6
6 public List<int> list; 7 public List<int> list;
7 8