AcManager.Tools.Profile.LapTimesStorage.LapTimesStorage C# (CSharp) 메소드

LapTimesStorage() 공개 메소드

public LapTimesStorage ( string sourceId ) : System
sourceId string
리턴 System
        public LapTimesStorage(string sourceId)
                : base(FilesStorage.Instance.GetFilename("Progress", $"Lap Times ({sourceId}).data"), null, false, false) {
            _sourceId = sourceId;
        }