mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 00:16:02 +03:00
Further optional improvements, Tmj now supports it too
This commit is contained in:
parent
88a5eadb74
commit
4fd887e7c8
18 changed files with 249 additions and 252 deletions
|
@ -2,7 +2,7 @@ namespace DotTiled.Tests;
|
|||
|
||||
public static partial class DotTiledAssert
|
||||
{
|
||||
internal static void AssertProperties(IList<IProperty>? expected, IList<IProperty>? actual)
|
||||
internal static void AssertProperties(IList<IProperty> expected, IList<IProperty> actual)
|
||||
{
|
||||
if (expected is null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue