Skip to content
View Elarmethu's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Moscow

Block or report Elarmethu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Elarmethu/README.md

Hello, I'm Ignat Karelov-Suslov !

Unity/.Net/C# developer

GitHub Elarmethu

Link to me:

A little more about me...

using System;
using System.Ignat;

public class UserController : IgnatKarelovSuslov 
{
	public static UserController Instance;

	public static string[] GetUserInfo(UserData data)
	{
		string info = new string[3];
		info[0] = data.Pronouns; // pronouns: HE | HIM.
		info[1] = data.Code; // code: C#, C++, Python, Lua, Java, HTML, CSS.
		info[2] = data.Tools; // tools: Unity, UnrealEngine, Source 1/2, Styled-Components, Node.
		
		return info;
	}

	public string GetFutureGoal()
	{
		return "Contribute to open source.";
	}
}

Pinned Loading

  1. psychophore psychophore Public

    An emotional project created in Unity, allowing you to feel other people's emotions and experiences.

    C# 1

  2. converter converter Public

    PDF to MP3 converter

    Python