add throwable hand

This commit is contained in:
2026-03-27 15:57:01 -05:00
parent 6e22731e50
commit 57b14d4ba9
11 changed files with 1626 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
public abstract class Tool : MonoBehaviour
{
[Header("Base Tool Parameters")]
public float useTimeSec;
public float altUseTimeSec;
public bool inUse;