예제 #1
0
파일: Map.cs 프로젝트: Kali101/TBSEngine
 void OnMapClicked(EventRouter.Event evt)
 {
     PaintTile(evt.GetData<int>(0), evt.GetData<int>(1));
 }