From 79c12b1af12bb9cb340bb8b152d2ebba78513bd1 Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Tue, 31 Dec 2024 22:48:40 -0800
Subject: [PATCH] pub typo

---
 src/v1.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/v1.rs b/src/v1.rs
index d839554..f448d70 100644
--- a/src/v1.rs
+++ b/src/v1.rs
@@ -286,9 +286,9 @@ pub enum FlagReason{
 #[binrw]
 #[brw(little)]
 pub struct RunEvent{
-	run_event_type:RunEventType,
-	mode:Mode,
-	flag_reason:FlagReason,
+	pub run_event_type:RunEventType,
+	pub mode:Mode,
+	pub flag_reason:FlagReason,
 }
 #[binrw]
 #[brw(little)]