C# Class CasualMeter.Core.Conductors.CasualMessenger

Show file Open project: lunyx/CasualMeter

Public Methods

Method Description
ExportStats ( ExportType type ) : void
PastePlayerStats ( ) : void
RefreshVisibility ( bool isVisible, bool toggle ) : void
ResetPlayerStats ( bool shouldSaveCurrent ) : void
UpdateSkillBreakdownView ( object sender, string viewKey ) : void

Private Methods

Method Description
CasualMessenger ( ) : System

Method Details

ExportStats() public method

public ExportStats ( ExportType type ) : void
type ExportType
return void

PastePlayerStats() public method

public PastePlayerStats ( ) : void
return void

RefreshVisibility() public method

public RefreshVisibility ( bool isVisible, bool toggle ) : void
isVisible bool
toggle bool
return void

ResetPlayerStats() public method

public ResetPlayerStats ( bool shouldSaveCurrent ) : void
shouldSaveCurrent bool
return void

UpdateSkillBreakdownView() public method

public UpdateSkillBreakdownView ( object sender, string viewKey ) : void
sender object
viewKey string
return void