コード例 #1
0
ファイル: BaseGun.cs プロジェクト: Notloc/Shooting-Gallery
 public void Reload()
 {
     clip.DoClipEffect();
 }