コード例 #1
0
ファイル: IntMap.cs プロジェクト: hhy5277/LGame
 public IntMap(IntMap <T> data) : this(data, 0.85f)
 {
 }