Splitting large data file for less cumbersome editing and IDE lag

This commit is contained in:
Jonathan
2025-06-22 20:48:33 -04:00
parent 1bc78306b8
commit c0ea4a094e
28 changed files with 4699 additions and 4599 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
<LayoutLargeContentComponent>
<PaperComponent>
<FormDisplayComponent Label="Patch">
<Display>
@@ -82,7 +82,7 @@
private void FocusEntity()
{
foreach (var e in DATA.Get().Values)
foreach (var e in EntityData.Get().Values)
{
if (e.Info().Name.ToLower().Equals(Text!.ToLower()))
{