10 lines
121 B
C#
10 lines
121 B
C#
namespace zero.Core.Renderer
|
|
{
|
|
public enum MediaOptionsDisplay
|
|
{
|
|
Default = 0,
|
|
Big = 1,
|
|
Grid = 2
|
|
}
|
|
}
|