mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-12 04:35:39 +08:00
chore: 一些杂乱的更改
This commit is contained in:
@@ -4,8 +4,8 @@ namespace CRSim.Core.Models
|
||||
{
|
||||
public class StyleInfo
|
||||
{
|
||||
public required string[] Parameters;
|
||||
public required string Type;
|
||||
public required string Region;
|
||||
public string[] Parameters { get; set; } = [];
|
||||
public string Type { get; set; } = "";
|
||||
public string Region { get; set; } = "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user