AK.F1.Timing.Live.Encryption.LiveDecrypterFactory.CreateWithSeed C# (CSharp) Méthode

CreateWithSeed() protected méthode

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