忽略dll文件git
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace UEditor.Core.Handlers
|
||||
{
|
||||
/// <summary>
|
||||
/// Config 的摘要说明
|
||||
/// </summary>
|
||||
public class ConfigHandler
|
||||
{
|
||||
public JObject Process()
|
||||
{
|
||||
return Config.Items;
|
||||
}
|
||||
}
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace UEditor.Core.Handlers
|
||||
{
|
||||
/// <summary>
|
||||
/// Config 的摘要说明
|
||||
/// </summary>
|
||||
public class ConfigHandler
|
||||
{
|
||||
public JObject Process()
|
||||
{
|
||||
return Config.Items;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user