mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
feat: 首次完成测试
This commit is contained in:
8
DownKyi.Core/Settings/DanmakuLayoutAlgorithm.cs
Normal file
8
DownKyi.Core/Settings/DanmakuLayoutAlgorithm.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DownKyi.Core.Settings;
|
||||
|
||||
public enum DanmakuLayoutAlgorithm
|
||||
{
|
||||
NONE = 0,
|
||||
ASYNC,
|
||||
SYNC
|
||||
}
|
||||
Reference in New Issue
Block a user