RemoteDebuggerDefine.cs 325 B

1234567891011
  1. using System;
  2. using System.Text;
  3. namespace YooAsset
  4. {
  5. internal class RemoteDebuggerDefine
  6. {
  7. public static readonly Guid kMsgSendPlayerToEditor = new Guid("e34a5702dd353724aa315fb8011f08c3");
  8. public static readonly Guid kMsgSendEditorToPlayer = new Guid("4d1926c9df5b052469a1c63448b7609a");
  9. }
  10. }