Exemplo n.º 1
0
 public GameData(Project.GameProject project, PlatformFlags platform)
 {
     sections      = new List <Section>();
     this.project  = project;
     this.platform = platform;
 }
Exemplo n.º 2
0
 public TextureSheets(List <TextureSheet> textureSheets, Project.GameProject project, bool exportSheets)
 {
     this.textureSheets = textureSheets;
     this.project       = project;
     this.exportSheets  = exportSheets;
 }