12 lines
160 B
C#
12 lines
160 B
C#
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
namespace Content.Client.GameObjects.Components.Singularity
|
||
|
|
{
|
||
|
|
interface IClientSingularityInstance
|
||
|
|
{
|
||
|
|
public int Level { get; set; }
|
||
|
|
}
|
||
|
|
}
|