设置相关功能

This commit is contained in:
2025-05-30 20:38:41 +08:00
parent e9ad74b3ea
commit d152b5d000
223 changed files with 793 additions and 38907 deletions

View File

@@ -13,6 +13,11 @@ namespace NBF
_rigidbody = GetComponent<Rigidbody>();
}
private void LateUpdate()
{
}
private void FixedUpdate()
{
if (!target) return;