Springboard & FallingPlatform

This commit is contained in:
2026-02-18 13:08:01 +01:00
parent f8d0d83476
commit b07c9a0d2a
9 changed files with 3367 additions and 5 deletions

View File

@@ -588,8 +588,8 @@ public class Player : MonoBehaviour //NetworkBehaviour
: PlayerState.Idle;
}
if (_state.CurrentState != previousState)
Debug.Log($"{previousState} → {_state.CurrentState}");
//if (_state.CurrentState != previousState)
// Debug.Log($"{previousState} → {_state.CurrentState}");
}
#endregion
}