Example #1
0
 public void showGroundPic()
 {
     ServerBackGround.Instance().setMyPicShow(true);
 }
Example #2
0
 public void hideGroundPic()
 {
     ServerBackGround.Instance().setMyPicShow(false);
 }