punish v6.8.18.0
This commit is contained in:
commit
060278c1b7
317 changed files with 554155 additions and 0 deletions
6
LLib/LLib.Gear/StatInfo.cs
Normal file
6
LLib/LLib.Gear/StatInfo.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace LLib.Gear;
|
||||
|
||||
public sealed record StatInfo(short EquipmentValue, short MateriaValue, bool Overcapped)
|
||||
{
|
||||
public short TotalValue => (short)(EquipmentValue + MateriaValue);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue