mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 22:18:52 +03:00
13 lines
187 B
C#
13 lines
187 B
C#
|
|
|
|
|
|
|
|
namespace Content.Client.Singularity.Components
|
|
{
|
|
interface IClientSingularityInstance
|
|
{
|
|
public float Intensity { get; }
|
|
public float Falloff { get; }
|
|
}
|
|
}
|