using System.Collections.Generic; namespace Server.Helper.Tasks; public class Task { public object[] task; public List TasksRunsed; public long Runs; public string Name; public bool RunOnce; }