mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-26 01:00:11 +08:00
10 lines
136 B
C#
10 lines
136 B
C#
namespace DownKyi.Core.Settings
|
|
{
|
|
public enum DanmakuLayoutAlgorithm
|
|
{
|
|
NONE = 0,
|
|
ASYNC,
|
|
SYNC
|
|
}
|
|
}
|