SnakeBattleNet.Core.Replay.Replay C# (CSharp) Method

Replay() public method

public Replay ( int randomSeed ) : System.Collections.Generic
randomSeed int
return System.Collections.Generic
        public Replay(int randomSeed)
        {
            RandomSeed = randomSeed;
            Frames = new Dictionary<int, IDictionary<string, IEnumerable<Cell<Content>>>>();
        }