mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
11 lines
248 B
C#
11 lines
248 B
C#
namespace EggLink.DanhengServer.Data.Config.Task;
|
|
|
|
public class DestroySummonUnit : TaskConfigInfo
|
|
{
|
|
public SummonUnitSelector SummonUnit { get; set; } = new();
|
|
}
|
|
|
|
public class SummonUnitSelector
|
|
{
|
|
public int SummonUnitID { get; set; }
|
|
} |