public void RequestPlayerChangeMap(string mapName, Vector2 position) { _Packet.RequestPlayerChangeMap(mapName, position); }