Added Fog and other fixes

This commit is contained in:
2026-07-06 18:01:21 +03:00
parent fc837b2f9a
commit 72b48492cc
573 changed files with 397423 additions and 104 deletions
@@ -17,6 +17,7 @@ public class PlayerShield : NetworkBehaviour
public bool IsShieldUp => isActive.Value;
public float MoveSpeedMultiplier => isActive.Value ? shieldMoveSpeedMultiplier : 1f;
public GameObject ShieldVisual => shieldVisual;
public override void OnNetworkSpawn()
{