/// <summary> /// Creates a new Platform without any content. /// </summary> public GDBNETPlatform() { Images = new PlatformImages(); }
/// <summary> /// Creates a new Platform without any content. /// </summary> public Platform() { Images = new PlatformImages(); }
/// <summary> /// Initializes a new instance of the <see cref="ApiPlatform"/> class. /// Creates a new Platform without any content. /// </summary> public ApiPlatform() { this.Images = new PlatformImages(); }