rename test library to app & rename app.name to app.script

This commit is contained in:
MihailRis
2024-12-25 06:06:55 +03:00
parent deb85ba2d8
commit ad6a6666da
7 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ struct CoreParameters;
namespace lua {
enum class StateType {
BASE,
TEST,
SCRIPT,
GENERATOR,
};