mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
Remove all OtterGui.Extensions and some OtterGui.Classes.
This commit is contained in:
parent
3e4e3022d8
commit
6f5903600e
122 changed files with 304 additions and 376 deletions
|
|
@ -10,7 +10,7 @@ public readonly struct ModMeta(Mod mod) : ISavable
|
|||
{
|
||||
public const uint FileVersion = 3;
|
||||
|
||||
public string ToFilename(FilenameService fileNames)
|
||||
public string ToFilePath(FilenameService fileNames)
|
||||
=> fileNames.ModMetaPath(mod);
|
||||
|
||||
public void Save(StreamWriter writer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue