mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkBehaviour: removed unused GetCmdHashCmdName/RpcName/EventName functions
This commit is contained in:
parent
113eb2a8f0
commit
dd7915bf75
@ -382,21 +382,6 @@ static string GetCmdHashPrefixName(int cmdHash, string prefix)
|
||||
return name;
|
||||
}
|
||||
|
||||
internal static string GetCmdHashCmdName(int cmdHash)
|
||||
{
|
||||
return GetCmdHashPrefixName(cmdHash, "InvokeCmd");
|
||||
}
|
||||
|
||||
internal static string GetCmdHashRpcName(int cmdHash)
|
||||
{
|
||||
return GetCmdHashPrefixName(cmdHash, "InvokeRpc");
|
||||
}
|
||||
|
||||
internal static string GetCmdHashEventName(int cmdHash)
|
||||
{
|
||||
return GetCmdHashPrefixName(cmdHash, "InvokeSyncEvent");
|
||||
}
|
||||
|
||||
// ----------------------------- Helpers --------------------------------
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
|
Loading…
Reference in New Issue
Block a user