mirror of
https://git.aaro.dev/VRCBoard/vrcboard-udon.git
synced 2026-03-17 03:09:45 +00:00
Remove PublicAPI attribute from SetInstanceOwner method in VRCBoardManager
This commit is contained in:
@@ -71,7 +71,6 @@ namespace VRCBoard
|
||||
[UdonSynced, FieldChangeCallback(nameof(InstanceOwner))] private string _instanceOwner;
|
||||
public string[] imageIdDownloadQueue = new string[0];
|
||||
|
||||
[PublicAPI]
|
||||
public void SetInstanceOwner(string owner)
|
||||
{
|
||||
instanceOwnerOverride = owner;
|
||||
|
||||
Reference in New Issue
Block a user