Add comment regarding host name choice

This commit is contained in:
Dean Herbert 2021-12-22 15:44:47 +09:00
parent f81e32149b
commit a866572ca8
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ public async Task TestSaveAndReload()
}
}
// Name matches the automatically chosen name from `CleanRunHeadlessGameHost` above, so we end up using the same storage location.
using (HeadlessGameHost host = new TestRunHeadlessGameHost(nameof(TestSaveAndReload)))
{
try