public class GloryDay
{
private const string Name = "Oh Kyeong Min";
public static string Username => "Glory Day";
public static string Email => "[email protected]";
public string[] Languages { get; private set; }
public string[] Tools { get; private set; }
public GloryDay()
{
Languages = new string[3] { "C++","C#","Python" };
Tools = new string[2] { "Unity","Git" };
}
}
Pinned Loading
-
-
GirlsFrontline-Connexion
GirlsFrontline-Connexion PublicThis project is a private project with no commercial purpose.
C# 2
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



