This commit is contained in:
2025-07-31 15:19:46 +08:00
parent f46e589727
commit cf292541b3
8 changed files with 43 additions and 8 deletions

View File

@@ -43,6 +43,11 @@ namespace WulaFallenEmpire
return defaultValue;
}
public static bool HasVariable(string name)
{
return variables.ContainsKey(name);
}
public static void Clear()
{
variables.Clear();