mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add improved WIP edit windows for materials and models
This commit is contained in:
parent
e0a171051d
commit
4efdd6d834
12 changed files with 969 additions and 146 deletions
|
|
@ -14,9 +14,9 @@ public static class GameData
|
|||
internal static ObjectIdentification? Identification;
|
||||
internal static readonly GamePathParser GamePathParser = new();
|
||||
|
||||
public static IObjectIdentifier GetIdentifier( DataManager dataManager, ClientLanguage clientLanguage )
|
||||
public static IObjectIdentifier GetIdentifier( DataManager dataManager )
|
||||
{
|
||||
Identification ??= new ObjectIdentification( dataManager, clientLanguage );
|
||||
Identification ??= new ObjectIdentification( dataManager, dataManager.Language );
|
||||
return Identification;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue