mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
6 lines
153 B
C#
6 lines
153 B
C#
namespace EggLink.DanhengServer.Data.Config.Task;
|
|
|
|
public class TriggerBattle : TaskConfigInfo
|
|
{
|
|
public DynamicFloat EventID { get; set; } = new();
|
|
} |