Method group is Obsolete

MsgType.AddPlayer

매뉴얼로 전환
Obsolete public static short AddPlayer ;

설명

Internal networking system message for adding player objects to client instances.

This is sent to the server when a client calls NetworkClient.AddPlayer(). The server should have a handler for this message type to add the player object to the game and notify the client with NetworkServer.AddPlayer().