C# Class LongoMatch.Core.Stats.TeamStats

ファイルを表示 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
TeamStats ( ProjectLongoMatch project, EventsFilter filter, TeamType team ) : System.Collections.Generic
Update ( ) : void

Method Details

TeamStats() public method

public TeamStats ( ProjectLongoMatch project, EventsFilter filter, TeamType team ) : System.Collections.Generic
project LongoMatch.Core.Store.ProjectLongoMatch
filter EventsFilter
team TeamType
return System.Collections.Generic

Update() public method

public Update ( ) : void
return void