예제 #1
0
 public M2File(string file, M2SkinFile skin) : base(file)
 {
     this.skin = skin;
 }
예제 #2
0
파일: M2File.cs 프로젝트: Kruithne/W3DT
 public M2File(string file, M2SkinFile skin)
     : base(file)
 {
     this.skin = skin;
 }