コード例 #1
0
 private void RpcDisconnectPlayerNotification(string name, bool flag)
 {
     avatarsManager.DisableAvatars(name);
     notificationsManager.ShowDisconnectingNotification(name, flag, true);
 }