コード例 #1
0
 void OnMouseDown()
 {
     if (Input.GetMouseButtonDown(0))
     {
         Sequencer.BrainPartClicked(Index);
     }
 }