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