Skip to content

Instantly share code, notes, and snippets.

@boformer
Created July 17, 2015 22:12
Show Gist options
  • Save boformer/93b797b1b0277bf79f4c to your computer and use it in GitHub Desktop.
Save boformer/93b797b1b0277bf79f4c to your computer and use it in GitHub Desktop.
using ICities;
public class ThemeMod : IUserMod
{
public string Name
{
get { return "Building Theme: UK Terraced Housing"; }
}
public string Description
{
get { return "Adds a theme containing 40 British low-density residential and commercial buildings."; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment