Example #1
0
 public void OnBoxRemove(RemoveBox removeBox)
 {
     removeBox.Apply(world);
 }
Example #2
0
 public void OnBoxRemove(RemoveBox removeBox)
 {
     Apply(removeBox);
 }