Beeg fixpack

This commit is contained in:
2026-02-16 03:30:45 -08:00
parent f09d6ac8e8
commit 366ed9f5e6
52 changed files with 2876 additions and 451 deletions

View File

@@ -4,6 +4,8 @@ namespace Zennysoft.Ma.Adapter;
public interface ILuckComponent : IEntityComponent
{
public int InitialLuck { get; }
public IAutoProp<int> Luck { get; }
public void IncreaseLuck(int value);