invertika_game.Game.Actor.getBlockType C# (CSharp) Method

getBlockType() protected method

protected getBlockType ( ) : BlockType
return BlockType
        protected virtual BlockType getBlockType()
        {
            return BlockType.BLOCKTYPE_NONE;
        }