コード例 #1
0
ファイル: SpecialPower.cs プロジェクト: nadira-w/Project-03
 void Start()
 {
     _rb = missilePrefab.GetComponent <Rigidbody>();
 }