mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 04:54:17 -05:00
Remove unused code
This commit is contained in:
parent
3b1ed6fef9
commit
022308056a
|
|
@ -4,11 +4,6 @@ using System.Collections.Generic;
|
|||
|
||||
namespace UniJSON
|
||||
{
|
||||
public class JsonParseResult
|
||||
{
|
||||
public List<JsonValue> Values = new List<JsonValue>();
|
||||
}
|
||||
|
||||
public static class JsonParser
|
||||
{
|
||||
static ValueNodeType GetValueType(Utf8String segment)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user