예제 #1
0
파일: IntMap.cs 프로젝트: hhy5277/LGame
 public IntMap(IntMap <T> data) : this(data, 0.85f)
 {
 }