Puddle fixes (#15820)

This commit is contained in:
metalgearsloth
2023-04-26 21:29:31 +10:00
committed by GitHub
parent d1d7c1107e
commit f12f277c35
3 changed files with 10 additions and 17 deletions

View File

@@ -11,6 +11,8 @@ public abstract class SharedPuddleSystem : EntitySystem
/// </summary>
public const float LowThreshold = 0.3f;
public const float MediumThreshold = 0.6f;
public override void Initialize()
{
base.Initialize();