Draft config definition.

This commit is contained in:
2023-07-27 15:59:56 +08:00
parent ba2f1d4858
commit 86da71f2cb
3 changed files with 31 additions and 1 deletions

View File

@@ -69,7 +69,12 @@ namespace Cryville.Crtr {
}
}
public class ConfigDefinition {
// TODO
public ConfigType type;
public PdtExpression @default;
public PdtExpression value;
}
public enum ConfigType {
none, number,
}
public class MotionDefinition {
// TODO