source: binary-improvements/7dtd-server-fixes/src/JSON/JSONValue.cs@ 324

Last change on this file since 324 was 279, checked in by alloc, 8 years ago

Mod stuff

File size: 99 bytes
Line 
1using System;
2
3namespace AllocsFixes.JSON
4{
5 public abstract class JSONValue : JSONNode {
6 }
7}
8
Note: See TracBrowser for help on using the repository browser.