|
namespace Definition.Enum
|
|
{
|
|
public enum DialogPlayingSpeed: byte
|
|
{
|
|
Slow,
|
|
Medium,
|
|
Fast,
|
|
}
|
|
|
|
public enum DialogWindowAlpha : byte
|
|
{
|
|
None,
|
|
Low,
|
|
Medium,
|
|
High
|
|
}
|
|
|
|
public enum ScreenSolutionType : byte
|
|
{
|
|
}
|
|
|
|
public enum ScreenWindowType : byte
|
|
{
|
|
NoneBoard,
|
|
Window,
|
|
FullScreen
|
|
}
|
|
} |