> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFabMultiplayerManager.Get

> Party Unity SDK の PlayFabMultiplayerManager.Get のリファレンス。Party ネットワーク、チャット、データ メッセージの管理に使用されるシングルトン インスタンスを返します。

# Get

PlayFabMultiplayerManager シングルトン インスタンスへの参照を返します。

## 構文

```csharp theme={null}
public static PlayFabMultiplayerManager Get()
```

### パラメーター

なし。

```csharp theme={null}
PlayFabMultiplayerManager playFabMultiplayerManager = PlayFabMultiplayerManager.Get();
```

## 戻り値

PlayFabMultiplayerManager

PlayFabMultiplayerManager のシングルトン インスタンスを返します。
