コード例 #1
0
ファイル: Projectile.cs プロジェクト: Audiofizz/AfitzMP
 private void OnDestroy()
 {
     //Debug.Log($"Sending Destroy for Item: {id}");
     ServerSend.DestroyProjectile(id);
 }