C# 클래스 CrewChiefV3.GameState.OpponentData.OpponentDelta

파일 보기 프로젝트 열기: mrbelowski/r3e_crewchief_v3

공개 프로퍼티들

프로퍼티 타입 설명
lapDifference int
time float

공개 메소드들

메소드 설명
OpponentDelta ( float time, int lapDifference ) : System

메소드 상세

OpponentDelta() 공개 메소드

public OpponentDelta ( float time, int lapDifference ) : System
time float
lapDifference int
리턴 System

프로퍼티 상세

lapDifference 공개적으로 프로퍼티

public int lapDifference
리턴 int

time 공개적으로 프로퍼티

public float time
리턴 float