fCraft.BuildingCommands.CylinderHandler C# (CSharp) Method

CylinderHandler() private static method

private static CylinderHandler ( Player player, Command cmd ) : void
player Player
cmd Command
return void
        private static void CylinderHandler( Player player, Command cmd )
        {
            DrawOperationBegin( player, cmd, new CylinderDrawOperation( player ) );
        }