void Start() { uiObject = GetComponent <IUIExecutable> (); }
public void Execute(IUIExecutable obj) { obj.Execute(); }