mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Some Glamourer stuff
This commit is contained in:
parent
a293e7dfea
commit
7d1d6ac829
4 changed files with 42 additions and 15 deletions
|
|
@ -6,6 +6,9 @@ namespace Penumbra.GameData.Structs;
|
|||
|
||||
public readonly unsafe struct CharacterEquip
|
||||
{
|
||||
public const int Slots = 10;
|
||||
public const int Size = CharacterArmor.Size * Slots;
|
||||
|
||||
public static readonly CharacterEquip Null = new(null);
|
||||
|
||||
private readonly CharacterArmor* _armor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue