- Timestamp:
- Aug 7, 2022, 1:11:51 AM (2 years ago)
- Location:
- binary-improvements2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2
- Property svn:ignore
-
old new 1 .idea 1 2 bin 2 .idea 3 server-fixes.sln.DotSettings.user
-
- Property svn:ignore
-
binary-improvements2/7dtd-server-fixes
- Property svn:ignore
-
old new 1 bin 1 2 obj
-
- Property svn:ignore
-
binary-improvements2/7dtd-server-fixes/src/JSON/JSONValue.cs
r325 r389 1 1 namespace AllocsFixes.JSON { 2 2 public abstract class JSONValue : JSONNode { 3 public abstract string AsString { get; } 4 public abstract int AsInt { get; } 5 public abstract double AsDouble { get; } 3 6 } 4 7 }
Note:
See TracChangeset
for help on using the changeset viewer.