void Awake() { if (metricsView == null) { metricsView = this; } else if (metricsView != this) { Destroy(this); } }
void Awake() { if (metricsView == null) metricsView = this; else if (metricsView != this) Destroy(this); }
public void OnClickViewDetails() { SoundController.GetController().PlayClickSound(); MetricsView.GetMetricsView().ShowDetailsOf(gameId); }