using FishNet.Object.Helping; namespace FishNet.Broadcast.Helping { internal static class BroadcastHelper { /// /// Gets the key for a broadcast type. /// /// /// /// public static ushort GetKey() { return typeof(T).FullName.GetStableHash16(); } } }