mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-10 11:36:07 +08:00
feat: 完成基础功能迁移
This commit is contained in:
11
CRSim.Core/Models/StyleInfo.cs
Normal file
11
CRSim.Core/Models/StyleInfo.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using CRSim.Core.Models.Plugin;
|
||||
|
||||
namespace CRSim.Core.Models
|
||||
{
|
||||
public class StyleInfo
|
||||
{
|
||||
public required string[] Parameters;
|
||||
public required string Type;
|
||||
public required string Region;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user