예제 #1
0
 public GameProjectFile(ProjectCreateInformation info)
     : base(info)
 {
     this.ProjectType = info.ContentType;
 }
예제 #2
0
 protected virtual Project OnCreateProject(ProjectCreateInformation info)
 {
     throw new NotImplementedException();
 }