Test desawpn
This commit is contained in:
@ -38,7 +38,9 @@ namespace Item
|
||||
if (existed >= duration)
|
||||
{
|
||||
register.bullets.Remove(this);
|
||||
InstanceFinder.ServerManager.Despawn(gameObject);
|
||||
Destroy(gameObject);
|
||||
|
||||
}
|
||||
|
||||
existed += Time.fixedDeltaTime;
|
||||
|
Reference in New Issue
Block a user