- Timestamp:
- Jun 19, 2016, 1:52:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/JSON/JSONBoolean.cs
r187 r279 3 3 namespace AllocsFixes.JSON 4 4 { 5 public class JSONBoolean : JSON Node5 public class JSONBoolean : JSONValue 6 6 { 7 7 private bool value;
Note:
See TracChangeset
for help on using the changeset viewer.