Rust
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
using Chickensoft.Collections;
|
||||
using Godot;
|
||||
using Zennysoft.Ma.Adapter;
|
||||
|
||||
public interface IStatusEffectComponent : IEntityComponent
|
||||
{
|
||||
[Export] public double RustDuration { get; set; }
|
||||
|
||||
public AutoProp<bool> Rust { get; }
|
||||
|
||||
public bool ImmuneToRust { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user