Files
2026-03-05 18:07:55 +08:00

18 lines
262 B
C#

using NBF;
using UnityEngine;
public class FWeight : FPlayerGear
{
public GameObject[] weightObjects;
[HideInInspector]
public float weight;
protected override void OnStart()
{
}
protected override void OnUpdate()
{
}
}