public static void OnPlayerInteract(PlayerInteractEventArgs args)
 {
     PlayerInteract?.Invoke(args);
 }