Basic Script Mod
This guide assumes that you are using Visual Studio and have done the requirements.
Setup
To get started up, begin by creating a new .Net Framework project.
Select Class Library (.NET Framework)
After creating a new project, reference SimAirport.Modding.Base.dll
on your mod.
Scripting
Scripting a new Zone
TODO finish this
// some code
Scripting a new (X)
TODO finish this
// some code