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

Last change on this file since 354 was 325, checked in by alloc, 6 years ago

Code style cleanup (mostly whitespace changes, enforcing braces, using cleanup)

File size: 82 bytes
Line 
1namespace AllocsFixes.JSON {
2 public abstract class JSONValue : JSONNode {
3 }
4}
Note: See TracBrowser for help on using the repository browser.