namespace Content.Client.GameObjects.Components.Singularity
{
interface IClientSingularityInstance
public int Level { get; set; }
}