mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-30 08:20:24 +00:00
Fix build errors
This commit is contained in:
parent
6798db20de
commit
d6ca128798
1 changed files with 0 additions and 7 deletions
|
@ -696,13 +696,6 @@ namespace FirstPlugin
|
||||||
return editor;
|
return editor;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AnimLoader(object sender, EventArgs args)
|
|
||||||
{
|
|
||||||
AnimationLoader loader = new AnimationLoader();
|
|
||||||
loader.TopLevel = true;
|
|
||||||
loader.Show();
|
|
||||||
}
|
|
||||||
|
|
||||||
public BFRESRender BFRESRender;
|
public BFRESRender BFRESRender;
|
||||||
public void Load(System.IO.Stream stream)
|
public void Load(System.IO.Stream stream)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue