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 #585 from HolterPhylo/UpdateFor13499678
[MRG] Update for 13499678
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
libMBIN/Source/NMS/GameComponents/GcMissionConditionPlatform.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
namespace libMBIN.NMS.GameComponents | ||
{ | ||
[NMS(GUID = 0xB43D8FE704FE11A9, NameHash = 0x7BF9F7BC2C2E1715)] | ||
public class GcMissionConditionPlatform : NMSTemplate | ||
{ | ||
// size: 0x2 | ||
public enum MissionPlatformEnum : uint { | ||
Undefined, | ||
NintendoSwitch, | ||
} | ||
/* 0x0 */ public MissionPlatformEnum MissionPlatform; | ||
} | ||
} |
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