Exemplo n.º 1
0
		public Replay(HearthstoneReplay replay)
		{
			_replay = replay;
		}
Exemplo n.º 2
0
		public Replay(string filePath)
		{
			_replay = ReplaySerializer.Deserialize(filePath);
		}
Exemplo n.º 3
0
 public void Reset()
 {
     Replay = new HearthstoneReplay();
     CurrentGame = new Game();
 }