Update NovetusSDK.cs

This commit is contained in:
Bitl 2022-07-27 17:47:27 -07:00
parent 6d5be9a2c9
commit 977783e220
1 changed files with 4 additions and 4 deletions

View File

@ -119,14 +119,14 @@ public partial class NovetusSDK : Form
MeshConverter mesh = new MeshConverter(); MeshConverter mesh = new MeshConverter();
mesh.Show(); mesh.Show();
break; break;
case SDKApps.ModCreator:
ModCreator mod = new ModCreator();
mod.Show();
break;
case SDKApps.ItemCreationSDK: case SDKApps.ItemCreationSDK:
ItemCreationSDK icsdk = new ItemCreationSDK(); ItemCreationSDK icsdk = new ItemCreationSDK();
icsdk.Show(); icsdk.Show();
break; break;
case SDKApps.ModCreator:
ModCreator mod = new ModCreator();
mod.Show();
break;
case SDKApps.ClientScriptDoc: case SDKApps.ClientScriptDoc:
ClientScriptDocumentation csd = new ClientScriptDocumentation(); ClientScriptDocumentation csd = new ClientScriptDocumentation();
csd.Show(); csd.Show();