Add Plasma Fists Effect

This commit is contained in:
Sporecore 2024-04-19 17:06:26 -04:00 committed by GitHub
parent bb7b107e2b
commit 4a33c0c019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,5 +14,6 @@ export enum ArenaTagType {
GRAVITY = "GRAVITY",
REFLECT = "REFLECT",
LIGHT_SCREEN = "LIGHT_SCREEN",
AURORA_VEIL = "AURORA_VEIL"
AURORA_VEIL = "AURORA_VEIL",
PLASMA_FISTS = "PLASMA_FISTS"
}