12 lines
163 B
C#
12 lines
163 B
C#
using UnityEngine;
|
|
|
|
namespace NBF
|
|
{
|
|
public class FWeight : FGearBase
|
|
{
|
|
protected override void OnInit()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |