void OnBlockChanged(object sender, EventArgs e)
 {
     table.OnInventoryChanged();
 }
Example #2
0
 void OnBlockChanged()
 {
     table.OnInventoryChanged();
 }