Skip to content

Commit 00ec139

Browse files
committed
fix summary
1 parent 23d7b2f commit 00ec139

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Assets/PhotonRx/PhotonRxObservableTriggerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public static IObservable<PhotonPlayer> OnPhotonPlayerDisconnectedAsObservable(t
264264

265265
#region ObservableOnPhotonPlayerPropertiesChangedTrigger
266266
/// <summary>
267-
/// リモートプレイヤが部屋から退出したことを通知する
267+
/// プレイヤのカスタムプロパティが変更されたことを通知する
268268
/// </summary>
269269
public static IObservable<Tuple<PhotonPlayer, Hashtable>> OnPhotonPlayerPropertiesChangedAsObservable(this Component component)
270270
{

PhotonRx.unitypackage

10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)