Rework some stuff, add debug tab.

This commit is contained in:
Ottermandias 2023-12-01 21:44:23 +01:00
parent 668d4c033f
commit 358e33346f
6 changed files with 129 additions and 53 deletions

View file

@ -90,7 +90,7 @@ public class ActorState
=> ref _sources[slot.ToIndex() + (stain ? EquipFlagExtensions.NumEquipFlags / 2 : 0)];
public ref StateChanged.Source this[CrestFlag slot]
=> ref _sources[EquipFlagExtensions.NumEquipFlags + CustomizationExtensions.NumIndices + 5 + slot.ToRelevantIndex()];
=> ref _sources[EquipFlagExtensions.NumEquipFlags + CustomizationExtensions.NumIndices + 5 + slot.ToInternalIndex()];
public ref StateChanged.Source this[CustomizeIndex type]
=> ref _sources[EquipFlagExtensions.NumEquipFlags + (int)type];