mirror of
https://github.com/focus-creative-games/luban_unity.git
synced 2026-04-22 00:05:54 +08:00
Compare commits
No commits in common. "061314200e2f03307c4d90b448e1de7b85431905" and "d870def77ce13ea942786a6f9e6e55112b46c331" have entirely different histories.
061314200e
...
d870def77c
@ -60,7 +60,7 @@ using System.Globalization;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace Luban.SimpleJSON
|
namespace SimpleJSON
|
||||||
{
|
{
|
||||||
public enum JSONNodeType
|
public enum JSONNodeType
|
||||||
{
|
{
|
||||||
|
|||||||
@ -61,7 +61,7 @@
|
|||||||
* * * * */
|
* * * * */
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Luban.SimpleJSON
|
namespace SimpleJSON
|
||||||
{
|
{
|
||||||
#if !SimpleJSON_ExcludeBinary
|
#if !SimpleJSON_ExcludeBinary
|
||||||
public abstract partial class JSONNode
|
public abstract partial class JSONNode
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
// Copyright 2025 Code Philosophy
|
// Copyright 2025 Code Philosophy
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
#endregion License and information
|
#endregion License and information
|
||||||
|
|
||||||
namespace Luban.SimpleJSON
|
namespace SimpleJSON
|
||||||
{
|
{
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|||||||
@ -61,7 +61,7 @@
|
|||||||
#endregion License and information
|
#endregion License and information
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Luban.SimpleJSON
|
namespace SimpleJSON
|
||||||
{
|
{
|
||||||
public enum JSONContainerType { Array, Object }
|
public enum JSONContainerType { Array, Object }
|
||||||
public partial class JSONNode
|
public partial class JSONNode
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.code-philosophy.luban",
|
"name": "com.code-philosophy.luban",
|
||||||
"version": "1.2.0",
|
"version": "1.1.1",
|
||||||
"displayName": "Luban",
|
"displayName": "Luban",
|
||||||
"description": "luban is a powerful, easy-to-use, elegant and stable game configuration solution.",
|
"description": "luban is a powerful, easy-to-use, elegant and stable game configuration solution.",
|
||||||
"category": "Runtime",
|
"category": "Runtime",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user