Esempio n. 1
0
 private void ClientHandleResourcesUpdated(int oldResources, int newResources)
 {
     ClientOnResourcesUpdated?.Invoke(newResources);
 }
Esempio n. 2
0
 private void ClientHandleResourcesUpdated(int oldValue, int newValue)
 {
     ClientOnResourcesUpdated?.Invoke(newValue);
 }