Setup and map example
Create a New Class
Create a new class in your project.
Copy the code from this document: Square.Tiled Class
Add Using Refereneces
You will need to add references to the following:
<syntaxhighlight lang=csharp> using System.IO; using Squared.Tiled; </syntaxhiglight>