8 lines
74 B
C#
8 lines
74 B
C#
namespace Auspex;
|
|
|
|
public enum AxRepeatMode
|
|
{
|
|
None,
|
|
Repeat,
|
|
PingPong
|
|
}
|