1
0
mirror of synced 2025-02-20 12:41:10 +01:00

Fix build errors

This commit is contained in:
KillzXGaming 2019-07-11 17:29:44 -04:00
parent 5081e39414
commit f803f787b6
2 changed files with 10 additions and 1 deletions

Binary file not shown.

View File

@ -15,7 +15,16 @@ namespace FirstPlugin
{
public override bool CanEdit { get; set; } = false;
public override TEX_FORMAT[] SupportedFormats => throw new NotImplementedException();
public override TEX_FORMAT[] SupportedFormats
{
get
{
return new TEX_FORMAT[]
{
};
}
}
SuperBMDLib.Materials.BinaryTextureImage TextureImage;