add attack power ups for the game

This commit is contained in:
Ramtin Jafari
2026-07-07 17:33:40 +03:30
parent d880c5c616
commit 9795b47ce4
@@ -0,0 +1,6 @@
package org.project.constants.gameConstant;
public enum AttackPowerUp {
ANTI_SHIELD,
ANTI_CUSTOM
}