This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
station_obscurum_unity/Assets/Packages/FishNet/Runtime/Broadcast/IBroadcast.cs

8 lines
184 B
C#
Raw Normal View History

2023-05-31 17:32:21 +02:00

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