using UnityEngine; namespace NBF { public class FWeight : FGearBase { protected override void OnInit() { } } }