Splitting large data file for less cumbersome editing and IDE lag
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
class="choiceButton @styleClass">
|
||||
@(choice == DataType.Any
|
||||
? DataType.Any
|
||||
: DATA.Get()[choice].Info().Name)
|
||||
: EntityData.Get()[choice].Info().Name)
|
||||
</button>
|
||||
}
|
||||
</div>
|
||||
@@ -24,7 +24,7 @@
|
||||
<div class="filterContainer">
|
||||
@foreach (var choice in EntityFilterService.GetImmortalChoices())
|
||||
{
|
||||
var name = DATA.Get()[choice].Info().Name;
|
||||
var name = EntityData.Get()[choice].Info().Name;
|
||||
|
||||
var styleClass = "";
|
||||
if (choice.Equals(EntityFilterService.GetImmortalType()))
|
||||
|
||||
Reference in New Issue
Block a user