From 7e8b532f70a17c70ef7ecb0da370e00340317467 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Thu, 28 Oct 2021 16:17:32 +0100 Subject: [PATCH] add nomaiheadzone eventnames --- QSB/Events/EventNames.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/QSB/Events/EventNames.cs b/QSB/Events/EventNames.cs index 8bbd74a7..81a70cc2 100644 --- a/QSB/Events/EventNames.cs +++ b/QSB/Events/EventNames.cs @@ -62,8 +62,8 @@ public static string QSBCampfireState = "QSBCampfireState"; public static string QSBMarshmallowEvent = "QSBMarshmallowEvent"; public static string QSBAnimTrigger = "QSBAnimTrigger"; - public static string QSBEnterNonNomaiHeadZone = "QSBEnterHeadZone"; - public static string QSBExitNonNomaiHeadZone = "QSBExitHeadZone"; + public static string QSBEnterNonNomaiHeadZone = "QSBEnterNonNomaiHeadZone"; + public static string QSBExitNonNomaiHeadZone = "QSBExitNonNomaiHeadZone"; public static string QSBNpcAnimEvent = "QSBNpcAnimEvent"; public static string QSBHatchState = "QSBHatchState"; public static string QSBEnableFunnel = "QSBEnableFunnel"; @@ -87,5 +87,7 @@ public static string QSBServerState = "QSBServerState"; public static string QSBClientState = "QSBClientState"; public static string QSBDebugEvent = "QSBDebugEvent"; + public static string QSBEnterNomaiHeadZone = "QSBEnterNomaiHeadZone"; + public static string QSBExitNomaiHeadZone = "QSBExitNomaiHeadZone"; } } \ No newline at end of file