add nomaiheadzone eventnames

This commit is contained in:
Mister_Nebula 2021-10-28 16:17:32 +01:00
parent 7b2e2e1a84
commit 7e8b532f70

View File

@ -62,8 +62,8 @@
public static string QSBCampfireState = "QSBCampfireState"; public static string QSBCampfireState = "QSBCampfireState";
public static string QSBMarshmallowEvent = "QSBMarshmallowEvent"; public static string QSBMarshmallowEvent = "QSBMarshmallowEvent";
public static string QSBAnimTrigger = "QSBAnimTrigger"; public static string QSBAnimTrigger = "QSBAnimTrigger";
public static string QSBEnterNonNomaiHeadZone = "QSBEnterHeadZone"; public static string QSBEnterNonNomaiHeadZone = "QSBEnterNonNomaiHeadZone";
public static string QSBExitNonNomaiHeadZone = "QSBExitHeadZone"; public static string QSBExitNonNomaiHeadZone = "QSBExitNonNomaiHeadZone";
public static string QSBNpcAnimEvent = "QSBNpcAnimEvent"; public static string QSBNpcAnimEvent = "QSBNpcAnimEvent";
public static string QSBHatchState = "QSBHatchState"; public static string QSBHatchState = "QSBHatchState";
public static string QSBEnableFunnel = "QSBEnableFunnel"; public static string QSBEnableFunnel = "QSBEnableFunnel";
@ -87,5 +87,7 @@
public static string QSBServerState = "QSBServerState"; public static string QSBServerState = "QSBServerState";
public static string QSBClientState = "QSBClientState"; public static string QSBClientState = "QSBClientState";
public static string QSBDebugEvent = "QSBDebugEvent"; public static string QSBDebugEvent = "QSBDebugEvent";
public static string QSBEnterNomaiHeadZone = "QSBEnterNomaiHeadZone";
public static string QSBExitNomaiHeadZone = "QSBExitNomaiHeadZone";
} }
} }