C# Class CrewChiefV3.GameState.OpponentData.OpponentDelta

ファイルを表示 Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
lapDifference int
time float

Public Methods

Method Description
OpponentDelta ( float time, int lapDifference ) : System

Method Details

OpponentDelta() public method

public OpponentDelta ( float time, int lapDifference ) : System
time float
lapDifference int
return System

Property Details

lapDifference public_oe property

public int lapDifference
return int

time public_oe property

public float time
return float