This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
snakeinabox/Assets/Oculus/Platform/Scripts/RoomMembershipLockStatus.cs
2020-07-09 11:41:01 -07:00

21 lines
354 B
C#

// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
namespace Oculus.Platform
{
using Description = System.ComponentModel.DescriptionAttribute;
public enum RoomMembershipLockStatus : int
{
[Description("UNKNOWN")]
Unknown,
[Description("LOCK")]
Lock,
[Description("UNLOCK")]
Unlock,
}
}