- 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/JSONNull.cs
r351 r389 1 using System; 1 2 using System.Text; 2 3 … … 18 19 return new JSONNull (); 19 20 } 21 22 public override string AsString => throw new NotSupportedException (); 23 public override int AsInt => throw new NotSupportedException (); 24 public override double AsDouble => throw new NotSupportedException (); 20 25 } 21 26 }
Note:
See TracChangeset
for help on using the changeset viewer.