7 lines
83 B
C#
7 lines
83 B
C#
public enum ovrAvatarAssetLevelOfDetail
|
|
{
|
|
Lowest = 1,
|
|
Medium = 3,
|
|
Highest = 5
|
|
}
|