public void ClearTakeLootHandler(ICloseableWindowContents windowContents)
 {
     CleanupWindowEventSubscriptions();
 }
Example #2
0
 public void ClearTakeLootHandler(ICloseableWindowContents windowContents)
 {
     //Debug.Log(gameObject.name + ".LootableNode.ClearTakeLootHandler()");
     CleanupWindowEventSubscriptions();
 }