Re-organize all projects (#4166)
This commit is contained in:
12
Content.Client/Singularity/Components/ISingularity.cs
Normal file
12
Content.Client/Singularity/Components/ISingularity.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
namespace Content.Client.Singularity.Components
|
||||
{
|
||||
interface IClientSingularityInstance
|
||||
{
|
||||
public float Intensity { get; }
|
||||
public float Falloff { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user