Minor Update - Reload Editor + Checkbox to activate auto save before restart - V0.1.0

This commit is contained in:
2025-05-14 22:31:03 +02:00
parent bdd28e20c1
commit 85ba57c4d3
832 changed files with 567009 additions and 1641 deletions

13
Plugin/.vsconfig Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "1.0",
"components": [
"Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK.22621",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NativeGame"
]
}