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

View File

@@ -0,0 +1,14 @@
{
"Targets": [
{
"Name": "Plugin",
"Path": "..\\Source\\Plugin.Target.cs",
"Type": "Game"
},
{
"Name": "PluginEditor",
"Path": "..\\Source\\PluginEditor.Target.cs",
"Type": "Editor"
}
]
}