Skip to content

Commit

Permalink
feat: making setter for NetworkReader.ObjectLocator public
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Feb 6, 2022
1 parent 12eba3f commit 50ab932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/Serialization/NetworkReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public int BytePosition
/// some service object that can find objects by net id
/// </summary>
// todo try move this somewhere else
public IObjectLocator ObjectLocator { get; internal set; }
public IObjectLocator ObjectLocator { get; set; }


public NetworkReader() { }
Expand Down

0 comments on commit 50ab932

Please sign in to comment.