Exemple #1
0
    public static SwapTwoChess Instance;       // 本类的静态实例

    void Awake()
    {
        Instance = this;
    }
 void Awake()
 {
     instance = this;
 }
 void Awake()
 {
     Instance = this;
 }