| 1234567891011121314151617181920 |
- 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);
- }
- }
|