mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-16 07:53:20 +08:00
8 lines
185 B
C#
8 lines
185 B
C#
namespace BetterGenshinImpact.Core.Script.Project;
|
|
|
|
public class Author
|
|
{
|
|
public string Name { get; set; } = string.Empty;
|
|
public string Link { get; set; } = string.Empty;
|
|
}
|