9 lines
154 B
C#
9 lines
154 B
C#
namespace MycroForge.Core;
|
|
|
|
public partial class ProjectConfig
|
|
{
|
|
public class ApiConfig
|
|
{
|
|
public int Port { get; set; }
|
|
}
|
|
} |