mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
7 lines
202 B
C#
7 lines
202 B
C#
namespace EggLink.DanhengServer.Data.Config.Task;
|
|
|
|
public class CreateSummonUnit : TaskConfigInfo
|
|
{
|
|
public int SummonUnitID { get; set; }
|
|
public DynamicFloat Duration { get; set; } = new();
|
|
} |