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

Commit ebddd4f

Browse files
committed
Remove unused virtual method in ModComponent.
1 parent deb713d commit ebddd4f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ModComponent.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public virtual void OnSetupUserInfo(APIUser apiUser){ }
5555
public virtual void OnOwnershipTransferred(Photon.Realtime.Player player, PhotonView photonView, bool isMaster, bool isRequest){}
5656
public virtual void OnBlockStateChange(Photon.Realtime.Player instigator, bool blocked){ }
5757
public virtual void OnMuteStateChange(Photon.Realtime.Player instigator, bool muted) { }
58-
public virtual void OnModUserListUpdated() { }
5958
public virtual void OnRenderObject() { }
6059
public virtual void OnOperationResponse(LoadBalancingClient loadBalancingClient, OperationResponse operationResponse) { }
6160
public virtual void OnJoinedRoom() { }

0 commit comments

Comments
 (0)