view Main/jungle-main/data/treemap/EmptyClass.cs @ 28:9588ad364fdd

Last commit before change.
author Kazuma Takeda
date Wed, 18 Jan 2017 19:53:29 +0900
parents 1f99e150f336
children
line wrap: on
line source

using System;

namespace AssemblyCSharpfirstpass
{
	public class NULL
	{
		public NULL ()
		{
		}
	}
}