Test desawpn

This commit is contained in:
2023-07-14 19:49:40 -04:00
parent ed815775eb
commit 7d418ee119
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ namespace Item
if (existed >= duration)
{
register.bullets.Remove(this);
InstanceFinder.ServerManager.Despawn(gameObject);
Destroy(gameObject);
}
existed += Time.fixedDeltaTime;