This commit is contained in:
gingerBill
2024-03-16 22:12:17 +00:00
parent 04f0fbf23a
commit 3875fb08e8
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -310,6 +310,8 @@ enum StateFlag : u8 {
enum ViralStateFlag : u8 {
ViralStateFlag_ContainsDeferredProcedure = 1<<0,
ViralStateFlag_ContainsOrBreak = 1<<1,
ViralStateFlag_ContainsOrReturn = 1<<2,
};