rotting meat (#18515)

Co-authored-by: deltanedas <@deltanedas:kde.org>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
deltanedas
2023-08-06 04:05:43 +01:00
committed by GitHub
parent d77195251a
commit 37b02466ff
4 changed files with 92 additions and 59 deletions

View File

@@ -29,7 +29,7 @@ public sealed class PerishableComponent : Component
/// <summary>
/// How often the rotting ticks.
/// Feel free to weak this if there are perf concerns.
/// Feel free to tweak this if there are perf concerns.
/// </summary>
[DataField("perishUpdateRate"), ViewVariables(VVAccess.ReadWrite)]
public TimeSpan PerishUpdateRate = TimeSpan.FromSeconds(5);