Various additions and fixes

This commit is contained in:
2025-02-11 02:39:31 -08:00
parent 3e42ee4914
commit 556f12de1e
1517 changed files with 13624 additions and 12282 deletions

View File

@@ -20,3 +20,8 @@ public interface IHasPrimarySkill
{
public void PrimarySkill();
}
public interface IHasRangedAttack
{
public void RangedAttack();
}