Test desawpn

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

View File

@ -206,7 +206,7 @@ Material:
- _StencilWriteMask: 6
- _StencilWriteMaskDepth: 8
- _StencilWriteMaskGBuffer: 14
- _StencilWriteMaskMV: 40
- _StencilWriteMaskMV: 42
- _SubsurfaceMask: 1
- _SupportDecals: 1
- _SurfaceType: 0

View File

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