// Yükleniyor...
namespace nochsGameStudio
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hazırlanıyoruz...");
}
}
}
public class StudioInfo
{
public string Name { get; } = "nochs Game Studio";
public string[] Founders { get; } = { "heni", "chaki" };
public string Status { get; } = "Yapım aşamasında...";
public string URL { get; } = "nochs.dev";
public string Discord { get; } = "dc.nochs.dev";
};