Add basic version of item swap, seemingly working for hair, tail and ears.

This commit is contained in:
Ottermandias 2022-12-12 23:14:50 +01:00
parent e534ce37d5
commit 5b3d5d1e67
22 changed files with 1730 additions and 120 deletions

View file

@ -1,6 +1,7 @@
namespace Penumbra.GameData.Files;
public interface IWritable
{
{
public bool Valid { get; }
public byte[] Write();
}