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