public GuideGameObject(UIGuideWindow wnd, GameObject target) : base(wnd) { Init(target); }
public GuideObject(UIGuideWindow wnd) { Wnd = wnd; }