Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 12bb8b7

Browse files
committed
Changed method signature of OnAvatarChanged.
1 parent a7e410c commit 12bb8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public virtual void OnPhotonPlayerLeft(int actorNr, Photon.Realtime.Player playe
4141
public virtual void OnPlayerJoined(Player player){}
4242
public virtual void OnPlayerLeft(Player player){}
4343
public virtual void OnAvatarIsReady(VRCPlayer player){ }
44-
public virtual void OnAvatarChanged(VRCPlayer vrcPlayer, ApiAvatar apiAvatar) { }
44+
public virtual void OnAvatarChanged(APIUser apiUser, ApiAvatar apiAvatar) { }
4545
public virtual void OnEnterWorld(ApiWorld world, ApiWorldInstance instance){}
4646
public virtual void OnSelectUser(IUser user, bool isRemote){ }
4747
public virtual void OnSetupUserInfo(APIUser apiUser){ }

0 commit comments

Comments
 (0)