AK.F1.Timing.Live.Encryption.LiveDecrypterFactory.CreateWithSeed C# (CSharp) Method

CreateWithSeed() protected method

protected CreateWithSeed ( int seed ) : IDecrypter
seed int
return IDecrypter
        protected override IDecrypter CreateWithSeed(int seed)
        {
            return new LiveDecrypter(seed);
        }