mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-21 08:39:48 +08:00
8 lines
268 B
C#
8 lines
268 B
C#
namespace BetterGenshinImpact.Service.Notification.Model.Base;
|
|
|
|
// TODO: 需要制定标准 (currently not referenced)
|
|
public class ScriptDetails
|
|
{
|
|
public string ScriptName { get; set; } = string.Empty;
|
|
public string ScriptPath { get; set; } = string.Empty;
|
|
} |