コード例 #1
0
ファイル: GamePiece.cs プロジェクト: amchacon/OresPrototype
 void OnMouseDown()
 {
     GridRef.MouseDownHandler(this);
 }