This commit is contained in:
Ottermandias 2022-03-11 14:09:45 +01:00
parent f5fccb0235
commit 46581780e0
37 changed files with 2343 additions and 2444 deletions

View file

@ -4,6 +4,8 @@ namespace Penumbra.GameData.Structs
{
public struct GmpEntry
{
public static readonly GmpEntry Default = new ();
public bool Enabled
{
get => ( Value & 1 ) == 1;