From 57dc5fd0415af3e35e1c4866b8826793cfbefeed Mon Sep 17 00:00:00 2001 From: Tnze Date: Fri, 24 Jun 2022 18:59:38 +0800 Subject: [PATCH] Wired player position and rotation --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0e74410..f1c4a5d 100644 --- a/go.mod +++ b/go.mod @@ -6,4 +6,4 @@ require ( github.com/google/uuid v1.1.1 github.com/iancoleman/strcase v0.1.3 golang.org/x/exp v0.0.0-20220314205449-43aec2f8a4e7 -) \ No newline at end of file +)