C# Class AcManager.Tools.Profile.PlayerStatsManager.WatchingSessionStats

Doesn’t spawn PropertyChanged event — don’t bind while game is still running.
Inheritance: SessionStats
Show file Open project: gro-ove/actools

Private Properties

Property Type Description
WatchingSessionStats System

Public Methods

Method Description
Extend ( AcShared previous, AcShared current, System.TimeSpan time ) : void

Private Methods

Method Description
WatchingSessionStats ( ) : System

Method Details

Extend() public method

public Extend ( AcShared previous, AcShared current, System.TimeSpan time ) : void
previous AcManager.Tools.SharedMemory.AcShared
current AcManager.Tools.SharedMemory.AcShared
time System.TimeSpan
return void