Fix build errors
This commit is contained in:
parent
5081e39414
commit
f803f787b6
Binary file not shown.
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user