Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/Entity/Damage.cs

4 lines
171 B
C#

namespace Zennysoft.Ma.Adapter;
public record Damage(int BaseDamage, ElementType ElementType, bool IsCriticalHit, bool IgnoreDefense, bool IgnoreElementalResistance);