public void OnNetErrorOccured(string operation, INetError error) { RavenhillEvents.OnNetErrorOccured(operation, error); Debug.Log($"Error: {operation} => {error.ToString()}".Colored(ColorType.red)); }
public static void OnNetErrorOccured(string operation, INetError error) { NetErrorOccured?.Invoke(operation, error); }