Run Re-Do

This commit is contained in:
2026-07-02 20:41:43 -07:00
parent 86575dd5bc
commit 16e396841e
188 changed files with 8291 additions and 2429 deletions
@@ -16,7 +16,9 @@ namespace ProjectM.Simulation
/// enum-codegen hazard that already de-Bursted ProjectileClassificationSystem.
/// </summary>
[GhostComponent(OwnerSendType = SendToOwnerType.All)]
[InternalBufferCapacity(8)]
// Capacity 32 (was 8): class seeds + permanent meta rows + equip + up to ~10 run boons must stay chunk-internal
// (a chunk-layout hint only — NOT ghost serializer metadata, so this is NOT a re-bake; overflow spills to heap).
[InternalBufferCapacity(32)]
public struct StatModifier : IBufferElementData
{
/// <summary>The <see cref="StatTarget"/> this modifier applies to (stored as a byte).</summary>