Ejemplo n.º 1
0
 void OnMapClicked(EventRouter.Event evt)
 {
     PaintTile(evt.GetData<int>(0), evt.GetData<int>(1));
 }