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

    }