Ejemplo n.º 1
0
 public void HandleEvent(InventoryListEvent evt, ISession session)
 {
 }
Ejemplo n.º 2
0
 public void HandleEvent(InventoryListEvent evt, ISession session)
 {
     Logger.PushToUi("item_list", session, evt.Items);
 }
Ejemplo n.º 3
0
 private static void HandleEvent(InventoryListEvent event1, ISession session)
 {
 }
Ejemplo n.º 4
0
 public void HandleEvent(InventoryListEvent evt, ISession session)
 {
     Logger.PushToUi(MainRpc.ItemList, session, evt.Items);
 }