예제 #1
0
    public override GameObject GetDefaultBlock()
    {
        BlockSet bs = GetDefaultSet();

        if (bs != null)
        {
            return(bs.GetCurrentBlock());
        }

        return(null);

        //PREFAB
        //return this.gameObject;
    }