设置相关功能
This commit is contained in:
@@ -13,6 +13,11 @@ namespace NBF
|
||||
_rigidbody = GetComponent<Rigidbody>();
|
||||
}
|
||||
|
||||
private void LateUpdate()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void FixedUpdate()
|
||||
{
|
||||
if (!target) return;
|
||||
|
||||
Reference in New Issue
Block a user