adding saving to Datapacks and datasets
This commit is contained in:
@@ -9,8 +9,16 @@ namespace SessionZero;
|
||||
|
||||
public static class TestingCommands
|
||||
{
|
||||
[Command(Name = "createpack")]
|
||||
private static void CreateTestPack()
|
||||
{
|
||||
var pack = new Datapack("SessionZero Core", "sz_core");
|
||||
pack.SavePack();
|
||||
}
|
||||
|
||||
|
||||
// TODO: Remove this after testing
|
||||
[Command(Name = "test")]
|
||||
[Command(Name = "testdata")]
|
||||
private static void TestParseTemplate()
|
||||
{
|
||||
string toml = @"
|
||||
|
||||
Reference in New Issue
Block a user