This commit is contained in:
RochesterX
2025-03-31 18:28:05 -04:00
parent edec31d700
commit 5a8de32de0
14 changed files with 1241 additions and 445 deletions

View File

@@ -3,7 +3,7 @@ using UnityEngine;
public class HatRespawn : MonoBehaviour
{
private float lastInteractionTime;
private const float respawnTime = 10f;
public const float respawnTime = 10f;
private bool isDropped;
public static bool canBePickedUp = true; // Flag to check if the hat can be picked up