Wave of item effects and implementation
This commit is contained in:
@@ -7,4 +7,6 @@ public interface ILuckComponent : IEntityComponent
|
||||
public IAutoProp<int> Luck { get; }
|
||||
|
||||
public void IncreaseLuck(int value);
|
||||
|
||||
void DecreaseLuck(int value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user