mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
tmp
This commit is contained in:
parent
f5fccb0235
commit
46581780e0
37 changed files with 2343 additions and 2444 deletions
|
|
@ -4,6 +4,8 @@ namespace Penumbra.GameData.Structs
|
|||
{
|
||||
public struct GmpEntry
|
||||
{
|
||||
public static readonly GmpEntry Default = new ();
|
||||
|
||||
public bool Enabled
|
||||
{
|
||||
get => ( Value & 1 ) == 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue