add AssassinWeapon and KnightWeapon and WizardWeapon

This commit is contained in:
2026-05-05 14:52:15 +03:30
parent 95c9181cf3
commit 8894866b68
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
package org.project.item.weapons;
public class AssassinWeapon {
}
@@ -0,0 +1,4 @@
package org.project.item.weapons;
public class KnightWeapon {
}
@@ -0,0 +1,4 @@
package org.project.item.weapons;
public class WizardWeapon {
}