Skip to content

Commit

Permalink
Changes for 16928316 and geometry data guid fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyman192 committed Jan 7, 2025
1 parent 05ff316 commit 6b77571
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace libMBIN.NMS.Toolkit
{
[NMS(GUID = 0x32F6AE7B03222A1F, NameHash = 0x819C3220)]
[NMS(GUID = 0x7148DB44E7586C99, NameHash = 0x819C3220)]
public class TkGeometryData : NMSTemplate
{
[NMS(Index = 20)]
Expand Down
6 changes: 4 additions & 2 deletions libMBIN/Source/NMS/GameComponents/GcModSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x3E3D9932AA561B6E, NameHash = 0x952196ED)]
[NMS(GUID = 0x127CF421C750A33D, NameHash = 0x952196ED)]
public class GcModSettings : NMSTemplate
{
[NMS(Index = 1)]
/* 0x00 */ public List<GcModSettingsInfo> Data;
[NMS(Index = 0)]
/* 0x0 */ public List<GcModSettingsInfo> Data;
/* 0x10 */ public bool DisableAllMods;
}
}
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/Toolkit/TkGeometryData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace libMBIN.NMS.Toolkit
{
[NMS(GUID = 0x32F6AE7B03222A1F, NameHash = 0x819C3220)]
[NMS(GUID = 0x7148DB44E7586C99, NameHash = 0x819C3220)]
public class TkGeometryData : NMSTemplate
{
[NMS(Index = 20)]
Expand Down

0 comments on commit 6b77571

Please sign in to comment.