mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-14 03:10:01 +00:00
✨ feat: Create Instance, Auto Instance Region
This commit is contained in:
@@ -211,6 +211,8 @@ export function toInstance(raw: SdkInstance): Instance {
|
||||
full: raw.full ?? false,
|
||||
queueEnabled: raw.queueEnabled ?? false,
|
||||
queueSize: raw.queueSize ?? 0,
|
||||
secureName: raw.secureName ?? undefined,
|
||||
shortName: raw.shortName ?? undefined,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user