예제 #1
0
파일: GameData.cs 프로젝트: DatZach/Swift
 public GameData(Project.GameProject project, PlatformFlags platform)
 {
     sections      = new List <Section>();
     this.project  = project;
     this.platform = platform;
 }
예제 #2
0
 public TextureSheets(List <TextureSheet> textureSheets, Project.GameProject project, bool exportSheets)
 {
     this.textureSheets = textureSheets;
     this.project       = project;
     this.exportSheets  = exportSheets;
 }