C# Class OpenRA.Mods.Common.Widgets.Logic.MusicPlayerLogic

Inheritance: ChromeLogic
Show file Open project: pchote/OpenRA

Public Methods

Method Description
BuildMusicTable ( ) : void

Private Methods

Method Description
MusicPlayerLogic ( OpenRA.Widgets.Widget widget, ModData modData, World world, System.Action onExit ) : System
Play ( ) : void
SongLengthLabel ( OpenRA.GameRules.MusicInfo song ) : string

Method Details

BuildMusicTable() public method

public BuildMusicTable ( ) : void
return void