using Human;
using Human.Emotion;
namespace Vib.Core
{
internal class Vib
{
private static readonly Vib Vibhor = new Vib();
#region Properties
//Will change last name eventually
private string _name = "Vibhor Singh";
public string Name {get => _name;}
private int _age = 18;
public int Name {get => _age;}
#endregion
private Vib(){}
}
}
computer good.
Highlights
Pinned Loading
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.