forked from emoose/MBINCompiler
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #594 from HolterPhylo/UpdateFor14035264
[MRG] Update for 14035264
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 3 additions & 5 deletions
8
libMBIN/Source/NMS/GameComponents/GcCustomisationTextureOption.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
using libMBIN.NMS.Toolkit; | ||
using System.Collections.Generic; | ||
|
||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0x5BC4F83DDB5CF580, NameHash = 0xCDB7AC6D11C9DF03)] | ||
[NMS(GUID = 0x22A2B4B052E5AF4F, NameHash = 0xCDB7AC6D11C9DF03)] | ||
public class GcCustomisationTextureOption : NMSTemplate | ||
{ | ||
/* 0x00 */ public NMSString0x10 TextureOptionsID; | ||
/* 0x10 */ public NMSString0x10 Layer; | ||
/* 0x20 */ public NMSString0x10 Group; | ||
/* 0x30 */ public TkPaletteTexture Palette; | ||
/* 0x38 */ public List<NMSString0x20A> Options; | ||
/* 0x48 */ public List<NMSString0x20A> Tips; | ||
/* 0x30 */ public List<NMSString0x20A> Options; | ||
/* 0x40 */ public List<NMSString0x20A> Tips; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters