Add lint test for invalid map tiles.

This commit is contained in:
Paul Chote
2020-12-14 18:20:56 +00:00
committed by Matthias Mailänder
parent 989800efff
commit 2518a353af
3 changed files with 30 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ namespace OpenRA
}
public override int GetHashCode() { return Type.GetHashCode() ^ Index.GetHashCode(); }
public override string ToString() { return Type + "," + Index; }
}
public struct ResourceTile