14 lines
241 B
C#
14 lines
241 B
C#
using Fantasy;
|
|
using UnityEngine;
|
|
|
|
namespace NBF
|
|
{
|
|
public class FPlayer : MonoBehaviour
|
|
{
|
|
public Transform Root;
|
|
public Transform Eye;
|
|
public Transform FppLook;
|
|
public Transform IK;
|
|
|
|
}
|
|
} |