source: binary-improvements/7dtd-server-fixes/src/JSON/JSONNode.cs@ 162

Last change on this file since 162 was 160, checked in by alloc, 10 years ago

fixes

File size: 131 bytes
RevLine 
[154]1using System;
2
3namespace AllocsFixes.JSON
4{
5 public abstract class JSONNode
6 {
[160]7 public abstract override string ToString();
[154]8 }
9}
10
Note: See TracBrowser for help on using the repository browser.