namespace OpenVIII.Fields { public partial class Background { #region Structs private struct TextureIDPaletteID { #region Fields public byte TextureID, PaletteID; #endregion Fields } #endregion Structs // TODO: uncomment the following line if the finalizer is overridden above.// GC.SuppressFinalize(this); } }