add kcp
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
using UnityEngine;
|
||||
namespace BITKit
|
||||
{
|
||||
public class BITSettingsSO : ScriptableObject
|
||||
{
|
||||
public BITApp.AppSettings appSettings;
|
||||
|
||||
[ContextMenu(nameof(Print))]
|
||||
public void Print()
|
||||
{
|
||||
GUIUtility.systemCopyBuffer = JsonConvert.SerializeObject(appSettings.blackList, Formatting.Indented);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user