Files
2026-03-04 09:37:33 +08:00

12 lines
200 B
C#

using Obvious.Soap;
using UnityEngine;
public class PlayerSkills : MonoBehaviour
{
public FloatVariable gearDamageScale;
public FloatVariable handsStrength;
public FloatVariable fastReelHand;
}