void OnEnable() { if (Application.isPlaying) { _target = (Runner)target; _main = _target.Main; _layout = _main.LandLayout; _self = this; } }