public struct InstantiateOptions { public bool? ownedByClient; public bool? preventOwnershi
public struct InstantiateOptions
{
public bool? ownedByClient;
public bool? preventOwnershipTakeover;
public bool? destroyWhenOwnerLeaves;
public bool? destroyWhenLastClientLeaves;
public Realtime useInstance;
0 Replies