Job + Spell merge #9

Merged
erns6604 merged 23 commits from Job into main 2025-10-27 12:18:22 +01:00
Showing only changes of commit acc365c78a - Show all commits

View File

@@ -1,5 +1,5 @@
package Action; package Action;
public interface Action { public interface Action {
void exectue(Actor player); void execute(Actor player);
} }