Remove unused using directives from MenuFunctions, Movement, and PlayerCameraController scripts

This commit is contained in:
2025-06-16 15:18:25 +02:00
parent 074e590073
commit 3fec0f5469
3 changed files with 0 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
using UnityEngine;
using Mirror;
using static Mirror.NetworkIdentity;
using static Mirror.NetworkBehaviour;
[RequireComponent(typeof(Rigidbody))]
public class Movement : NetworkBehaviour