mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Quick fix
This commit is contained in:
parent
c77ba4cdf7
commit
49074ab44a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace FirstPlugin
|
|||
{
|
||||
static ResFile ExternalStringBinary;
|
||||
|
||||
List<TXTG> TextureList = new List<TXTG>();
|
||||
public List<TXTG> TextureList = new List<TXTG>();
|
||||
|
||||
public static bool IsMeshCodec(Stream stream)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue