More property changes

This commit is contained in:
Daniel Cronqvist 2024-08-24 22:06:14 +02:00
parent 1c1ba326b2
commit b46eed774a
29 changed files with 99 additions and 61 deletions

View file

@ -11,7 +11,7 @@ public partial class TmxMapReaderTests
public void TmxMapReaderReadMap_ValidXmlExternalTilesetsAndTemplates_ReturnsMapThatEqualsExpected(
string testDataFile,
Func<string, Map> expectedMap,
IReadOnlyCollection<CustomTypeDefinition> customTypeDefinitions)
IReadOnlyCollection<ICustomTypeDefinition> customTypeDefinitions)
{
// Arrange
testDataFile += ".tmx";