перенос файлов сервера из папки White в _White
This commit is contained in:
12
Content.Server/_White/Felinid/CoughingUpHairballComponent.cs
Normal file
12
Content.Server/_White/Felinid/CoughingUpHairballComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Content.Server.Abilities.Felinid
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed partial class CoughingUpHairballComponent : Component
|
||||
{
|
||||
[DataField("accumulator")]
|
||||
public float Accumulator = 0f;
|
||||
|
||||
[DataField("coughUpTime")]
|
||||
public TimeSpan CoughUpTime = TimeSpan.FromSeconds(2.15); // length of hairball.ogg
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user