comparison Test/junge-main/data/list/deleteTest.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 3 using JungleDB;
4 public class deleteTest : MonoBehaviour { 4 public class deleteTest : MonoBehaviour {
5 5
6 void Start () { 6 void Start () {
7 List<int> list = new List<int>(); 7 List<int> list = new List<int>();
8 8