initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Server.Helper.Tasks;
|
||||
|
||||
public class Task
|
||||
{
|
||||
public object[] task;
|
||||
|
||||
public List<string> TasksRunsed;
|
||||
|
||||
public long Runs;
|
||||
|
||||
public string Name;
|
||||
|
||||
public bool RunOnce;
|
||||
}
|
||||
Reference in New Issue
Block a user