mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-03 20:04:33 +00:00
8 lines
184 B
C#
8 lines
184 B
C#
|
|
namespace FishNet.Broadcast
|
|
{
|
|
/// <summary>
|
|
/// Include this interface on types intended to be used with Broadcast.
|
|
/// </summary>
|
|
public interface IBroadcast { }
|
|
} |