コード例 #1
0
ファイル: Ball.cs プロジェクト: pandey623/SanicBall-UNET
 public CheckpointPassArgs(Checkpoint c)
 {
     CheckpointPassed = c;
 }
コード例 #2
0
 public NextCheckpointPassArgs(Checkpoint checkpointPassed, int indexOfPreviousCheckpoint, TimeSpan currentLapTime)
 {
     CheckpointPassed          = checkpointPassed;
     IndexOfPreviousCheckpoint = indexOfPreviousCheckpoint;
     CurrentLapTime            = currentLapTime;
 }