2023-04-03 11:04:31 +08:00

7 lines
101 B
C#

using System;
public interface IUnitySegment
{
event Action<String> OnSegmentRecieved;
}