Im trying to find a term to classify the Spawn() method when explaining the types of communications between server and client.
What method does the client listen for a Spawn() message?
Would it fall under an Rpc or BroadCast type of communication?
Or is there another term we can use for these types of communication between server and client? Is there anything else like Spawn() that is sent to the client to to perform an action?
Starting another Youtube series of tutorials for FishNet, and I want to make sure I label the Spawning method correctly. If it would even fall under a type of communication at all.