public override GameObject GetDefaultBlock() { BlockSet bs = GetDefaultSet(); if (bs != null) { return(bs.GetCurrentBlock()); } return(null); //PREFAB //return this.gameObject; }