using Chickensoft.Collections; using Godot; using Zennysoft.Ma.Adapter; public interface IStatusEffectComponent : IEntityComponent { [Export] public double RustDuration { get; set; } public AutoProp Rust { get; } public bool ImmuneToRust { get; set; } }