mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-30 10:19:51 +08:00
10 lines
220 B
C#
10 lines
220 B
C#
namespace BetterGenshinImpact.GameTask.AutoPathing.Model;
|
|
|
|
public class MaterialInfo
|
|
{
|
|
public string? Monster { get; set; }
|
|
|
|
public string? Material { get; set; }
|
|
|
|
public string? Count { get; set; }
|
|
} |