add Dragon and Goblin and Vampire

This commit is contained in:
2026-05-10 01:12:52 +03:30
parent 8894866b68
commit 494f97935e
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
package org.project.entity.enemies;
public class Dragon {
}
@@ -0,0 +1,4 @@
package org.project.entity.enemies;
public class Goblin {
}
@@ -0,0 +1,4 @@
package org.project.entity.enemies;
public class Vampire {
}