void OnEnable() { if (_controller == null) { _controller = (LeiaDisplay)target; } }
void Start() { _leiaDisplay = LeiaDisplay.Instance; if (_leiaDisplay == null) { this.Error(DisplayNotFound); return; } }