コード例 #1
0
ファイル: AGCC.cs プロジェクト: projectindex/shootGame
 // Update is called once per frame
 void Update()
 {
     if (hadLaunched)
     {
         ag.EventDispatcher();
     }
 }