source:
binary-improvements/7dtd-server-fixes/src/JSON/JSONNode.cs@
159
Last change on this file since 159 was 154, checked in by , 10 years ago | |
---|---|
File size: 122 bytes |
Rev | Line | |
---|---|---|
[154] | 1 | using System; |
2 | ||
3 | namespace AllocsFixes.JSON | |
4 | { | |
5 | public abstract class JSONNode | |
6 | { | |
7 | public abstract string ToString(); | |
8 | } | |
9 | } | |
10 |
Note:
See TracBrowser
for help on using the repository browser.