public override void onInit() { uiComponent = uiObject.GetComponent <BankUIComponent>(); }
public override void onRelease() { uiComponent = null; }