namespace NeonSprawl.Server.Game.Combat; /// Prototype session player combat HP defaults (E5M2-09 / NEO-95). public static class PlayerCombatHealthDefaults { /// Lazy-init max HP for session player combat rows. public const int MaxHp = 100; }