Added viewing and modifying local vars for critters to the debug editor.

This commit is contained in:
NovaRain
2019-06-15 09:57:14 +08:00
parent ddda559898
commit 04d06a8167
11 changed files with 169 additions and 9 deletions
+2
View File
@@ -29,6 +29,8 @@ namespace FalloutClient {
SetSGlobal = 4,
GetArray = 9,
SetArray = 10,
GetLocal = 11,
SetLocal = 12,
Exit = 254
}
}