comparison Main/jungle-main/data/list/List.cs @ 35:f2ea780b3e80

fix
author Kazuma Takeda
date Wed, 22 Feb 2017 16:30:19 +0900
parents 9588ad364fdd
children
comparison
equal deleted inserted replaced
34:a79781723862 35:f2ea780b3e80
1 using UnityEngine; 1 using System.Collections;
2 using System.Collections;
3 using System.Collections.Generic; 2 using System.Collections.Generic;
4 using System; 3 using System;
5 4
6 namespace JungleDB { 5 namespace JungleDB {
7 public class List<T> : IEnumerable<T> { 6 public class List<T> : IEnumerable<T> {