Splitting large data file for less cumbersome editing and IDE lag
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
@if (Entity.Faction() != null)
|
||||
{
|
||||
<div>
|
||||
<b>Faction:</b> @DATA.Get()[Entity.Faction().Faction].Info().Name
|
||||
<b>Faction:</b> @EntityData.Get()[Entity.Faction().Faction].Info().Name
|
||||
</div>
|
||||
}
|
||||
@if (Entity.Tier() != null)
|
||||
@@ -75,7 +75,7 @@ else
|
||||
@if (Entity.Faction() != null)
|
||||
{
|
||||
<div>
|
||||
<b>Faction:</b> @DATA.Get()[Entity.Faction().Faction].Info().Name
|
||||
<b>Faction:</b> @EntityData.Get()[Entity.Faction().Faction].Info().Name
|
||||
</div>
|
||||
}
|
||||
@if (Entity.Tier() != null)
|
||||
|
||||
Reference in New Issue
Block a user