private void Interact()
 {
     InteractPressed.Invoke();
 }
Exemplo n.º 2
0
 public static void OnInteractPressed()
 {
     InteractPressed?.Invoke(null, EventArgs.Empty);
 }