12 lines
200 B
C#
12 lines
200 B
C#
using Obvious.Soap;
|
|
using UnityEngine;
|
|
|
|
public class PlayerSkills : MonoBehaviour
|
|
{
|
|
public FloatVariable gearDamageScale;
|
|
|
|
public FloatVariable handsStrength;
|
|
|
|
public FloatVariable fastReelHand;
|
|
}
|