mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Some more material shpk restructuring
This commit is contained in:
parent
7619503a2b
commit
c4a4aec221
4 changed files with 52 additions and 34 deletions
|
|
@ -401,4 +401,10 @@ public static partial class GamePaths
|
|||
[GeneratedRegex(@"chara[\/]human[\/]c0101[\/]animation[\/]a0001[\/][^\s]+?[\/](?'key'[^\s]+?)\.pap", RegexOptions.IgnoreCase)]
|
||||
public static partial Regex Pap();
|
||||
}
|
||||
|
||||
public static partial class Shader
|
||||
{
|
||||
public static string ShpkPath(string name)
|
||||
=> $"shader/sm5/shpk/{name}";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue