Is there any way to verify that an RPC method call received by a client comes from the server and not another client?
I am using C# as my scripting language.
Is there any way to verify that an RPC method call received by a client comes from the server and not another client?
I am using C# as my scripting language.