[Final] TaskBoard
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Project.Tasks.Editor
|
||||
{
|
||||
internal sealed class TaskBoardOwnersConfig : ScriptableObject
|
||||
{
|
||||
public List<string> owners = new List<string> { "unassigned" };
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user