mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Add some refactoring of data, Stains and STM files.
This commit is contained in:
parent
7e167cf0cf
commit
8d11e1075d
11 changed files with 580 additions and 227 deletions
|
|
@ -4,6 +4,7 @@ using Dalamud;
|
|||
using Dalamud.Data;
|
||||
using Dalamud.Plugin;
|
||||
using Lumina.Excel.GeneratedSheets;
|
||||
using Penumbra.GameData.Data;
|
||||
using Penumbra.GameData.Enums;
|
||||
using Penumbra.GameData.Structs;
|
||||
|
||||
|
|
@ -31,11 +32,11 @@ public static class GameData
|
|||
}
|
||||
|
||||
public interface IObjectIdentifier : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// An accessible parser for game paths.
|
||||
/// </summary>
|
||||
public IGamePathParser GamePathParser { get; }
|
||||
{
|
||||
/// <summary>
|
||||
/// An accessible parser for game paths.
|
||||
/// </summary>
|
||||
public IGamePathParser GamePathParser { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Add all known game objects using the given game path to the dictionary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue