oneTeammate

This commit is contained in:
Hexugory 2023-03-29 21:36:48 -05:00
parent aa54131626
commit 985238d0f0

View File

@ -4,6 +4,7 @@ import { Collection } from 'discord.js'
enum Target {
Self = "self",
Team = "team",
OneTeammate = "oneTeammate",
OneOpponent = "oneOpponent",
AllOpponents = "allOpponents",
TrueRandomOpponent = "trueRandomOpponent"