Skip to content

Instantly share code, notes, and snippets.

@thatfool
thatfool / 1aTabOrder
Created July 21, 2013 11:32
ParaSurf Release v1.0.3 -Parametric Surfaces in Codea
ParaSurf Tab Order Version: 1.0.3
------------------------------
This file should not be included in the Codea project.
#Main
#ParaSurf
@thatfool
thatfool / NoPillars.cs
Last active August 29, 2015 14:17
NoPillars mod for Cities:Skylines
using ICities;
using UnityEngine;
using ColossalFramework.UI;
using ColossalFramework.Plugins;
using System.Collections;
using System.Reflection;
using System;
namespace NoPillars {
public class NoPillarsMod : IUserMod {