7 lines
78 B
C#
7 lines
78 B
C#
public enum ovrAvatarLookAndFeelVersion
|
|
{
|
|
Unknown = -1,
|
|
One = 0,
|
|
Two = 1
|
|
}
|