Exemple #1
0
 public ns_YAUI.UIWidget getAttach()
 {
     mWorld = new world();
     mWorld.init();
     return mWorld.mRoot;
 }
Exemple #2
0
 public mainRole(world w)
     : base(24)
 {
     mWorld = w;
     mUI.paresent = w.mUIMainRole;
     mLb.textColor = (uint)EColorUtil.purple;
     mLb.textStyle = EStyle.bold;
     setNumber(2);
     setShink();
 }