using Fantasy; using UnityEngine; namespace NBF { public class FPlayer : MonoBehaviour { public Transform Root; public Transform Eye; public Transform FppLook; public Transform IK; } }