Example #1
0
 // Entity events
 private void OnEntityClicked(object sender, EventArgs e)
 {
     CellGridState.OnEntityClicked(sender as Entity);
 }