Remove unneeded modifer

This commit is contained in:
CasualPokePlayer 2024-08-20 15:23:36 -07:00
parent 02acd542c2
commit b9cd4a93cc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace BizHawk.Client.EmuHawk
GameInfo Game { get; }
public CheatCollection CheatList { get; }
CheatCollection CheatList { get; }
IMovieSession MovieSession { get; }