Exemplo n.º 1
0
 void Awake()
 {
     //初始化(本类)对象(单例)
     Info = this;
     //用玩家数据对象中Background 初始化模式背景
     BACKGROUND = MapPlayer.Background;
 }
Exemplo n.º 2
0
 void Awake()
 {
     Info       = this;
     BACKGROUND = MapPlayer.Background;
 }
Exemplo n.º 3
0
    void Awake()
    {
        Info = this;
        BACKGROUND = MapPlayer.Background;

    }