예제 #1
0
 protected virtual void OnItemUsed(object source, ItemUsedEventArgs args)
 {
     ItemUsed?.Invoke(this, args);
 }
예제 #2
0
 private void OnPlayerItemUsed(object source, ItemUsedEventArgs args)
 {
 }