示例#1
0
    private void Awake()
    {
        if (instance != null)
        {
            Destroy(gameObject);
            instance = null;
        }

        instance = this;
        if (TileList.isEmptyImageList())
        {
            TileList.SetSpriteList();
        }
    }