Unity-WebSocket/Assets/FishNet/Runtime/Broadcast/IBroadcast.cs
2025-06-28 11:28:54 +03:30

8 lines
184 B
C#

namespace FishNet.Broadcast
{
/// <summary>
/// Include this interface on types intended to be used with Broadcast.
/// </summary>
public interface IBroadcast { }
}