mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:06:30 +00:00
6 lines
109 B
C#
6 lines
109 B
C#
namespace Azaion.LoaderUI;
|
|
|
|
public class DirectoriesConfig
|
|
{
|
|
public bool IsStage { get; set; } = false;
|
|
} |