Esempio n. 1
0
    internal Chess chessItem2;                    // 用户选择的第2个棋子

    public void Awake()
    {
        Instance = this;
    }
Esempio n. 2
0
    internal bool isSwapBack = false;             // whether swap back

    private void Awake()
    {
        instance = this; //this means current class's instance
    }