com.alicizax.unity.tuyoogam.../Runtime/DiagnosticSystem/RemoteDebuggerDefine.cs
陈思海 01160cf00c init
2025-01-09 11:31:04 +08:00

11 lines
325 B
C#

using System;
using System.Text;
namespace YooAsset
{
internal class RemoteDebuggerDefine
{
public static readonly Guid kMsgSendPlayerToEditor = new Guid("e34a5702dd353724aa315fb8011f08c3");
public static readonly Guid kMsgSendEditorToPlayer = new Guid("4d1926c9df5b052469a1c63448b7609a");
}
}