Пример #1
0
 public void hideGroundPic()
 {
     ServerBackGround.Instance().setMyPicShow(false);
 }
Пример #2
0
 public void showGroundPic()
 {
     ServerBackGround.Instance().setMyPicShow(true);
 }
Пример #3
0
 void Awake()
 {
     m_Instance = this;
 }