Move Files, remove 2D world gen

This commit is contained in:
2026-04-07 03:10:03 +07:00
parent 55cea836ed
commit 9675b7b31d
121 changed files with 77 additions and 6922 deletions
@@ -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" };
}
}