C# Class LongoMatch.Core.Stats.PlayerStats

Mostrar archivo Open project: LongoMatch/longomatch

Public Methods

Method Description
PlayerStats ( ProjectLongoMatch project, EventsFilter filter, PlayerLongoMatch player ) : System.Collections.Generic
Update ( ) : void

Private Methods

Method Description
UpdateTimePlayed ( ) : void

Method Details

PlayerStats() public method

public PlayerStats ( ProjectLongoMatch project, EventsFilter filter, PlayerLongoMatch player ) : System.Collections.Generic
project LongoMatch.Core.Store.ProjectLongoMatch
filter LongoMatch.Core.Common.EventsFilter
player LongoMatch.Core.Store.PlayerLongoMatch
return System.Collections.Generic

Update() public method

public Update ( ) : void
return void