From d72ae0fd5d82b2459258b396018a8e876c7eb1c9 Mon Sep 17 00:00:00 2001 From: glax Date: Wed, 17 Jan 2024 04:44:09 +0100 Subject: [PATCH] CSEvent Public --- CS2GSI/CS2GSI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CS2GSI/CS2GSI.cs b/CS2GSI/CS2GSI.cs index 9598af0..6f9c6b5 100644 --- a/CS2GSI/CS2GSI.cs +++ b/CS2GSI/CS2GSI.cs @@ -145,7 +145,7 @@ public class CS2GSI } } - internal enum CS2Event { + public enum CS2Event { OnKill, OnHeadshot, OnDeath,