feat: Debug Raycasts of Weapon (Trooper.cs)

This commit is contained in:
Константин Адер 2024-12-06 02:31:54 +03:00
parent 41ad534a7a
commit e7fe860936

View File

@ -68,6 +68,7 @@ public class Trooper : RobotController
private new void ShootServerRPC() private new void ShootServerRPC()
{ {
Debug.Log("Shooting as Trooper triggered."); Debug.Log("Shooting as Trooper triggered.");
weapon.Shooting();
} }
[ServerRpc] [ServerRpc]