Unity-WebSocket/Assets/FishNet/Runtime/Broadcast/IBroadcast.cs

8 lines
184 B
C#
Raw Normal View History

2025-06-28 07:58:54 +00:00

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