You can now save presets to JSON and load them

This commit is contained in:
2023-05-05 17:27:49 +02:00
parent 16be9bf7ef
commit 55d45adc1d
12 changed files with 134 additions and 129 deletions
+8
View File
@@ -0,0 +1,8 @@
using System;
public class Class1
{
public Class1()
{
}
}