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