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