From 7f65f2d5bb7340eda7a993e625e913bf0f3a6740 Mon Sep 17 00:00:00 2001 From: XtraCube <72575280+XtraCube@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:34:45 -0400 Subject: [PATCH] remove warning from example build --- MiraAPI.Example/Roles/ChameleonRole.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MiraAPI.Example/Roles/ChameleonRole.cs b/MiraAPI.Example/Roles/ChameleonRole.cs index 4c10d55..a7d5a5d 100644 --- a/MiraAPI.Example/Roles/ChameleonRole.cs +++ b/MiraAPI.Example/Roles/ChameleonRole.cs @@ -43,4 +43,4 @@ public void PlayerControlFixedUpdate(PlayerControl playerControl) } } } -} \ No newline at end of file +}