Splitting large data file for less cumbersome editing and IDE lag
This commit is contained in:
@@ -16,7 +16,7 @@ else
|
||||
|
||||
[Parameter] public string EntityId { get; set; } = default!;
|
||||
|
||||
private EntityModel Entity => DATA.Get()[EntityId];
|
||||
private EntityModel Entity => EntityData.Get()[EntityId];
|
||||
|
||||
void EntityLabelClicked()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user