mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 13:56:03 +03:00
More property changes
This commit is contained in:
parent
1c1ba326b2
commit
b46eed774a
29 changed files with 99 additions and 61 deletions
|
@ -11,7 +11,7 @@ public partial class TmjMapReaderTests
|
|||
public void TmxMapReaderReadMap_ValidTmjExternalTilesetsAndTemplates_ReturnsMapThatEqualsExpected(
|
||||
string testDataFile,
|
||||
Func<string, Map> expectedMap,
|
||||
IReadOnlyCollection<CustomTypeDefinition> customTypeDefinitions)
|
||||
IReadOnlyCollection<ICustomTypeDefinition> customTypeDefinitions)
|
||||
{
|
||||
// Arrange
|
||||
testDataFile += ".tmj";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue