예제 #1
0
 protected virtual void OnInventoryLoaded() => InventoryLoaded?.Invoke(this, EventArgs.Empty);
 public static void OnInventoryLoaded()
 {
     InventoryLoaded?.Invoke();
 }