alert when unit is destroyed

This commit is contained in:
evanpelle
2024-12-10 15:45:17 -08:00
committed by Evan
parent 67288cb49f
commit f34a8dca13
4 changed files with 24 additions and 19 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ import {
Game,
Player,
PlayerID,
TargetPlayerEvent
TargetPlayerEvent,
UnitEvent
} from "../../../core/game/Game";
import { ClientID } from "../../../core/Schemas";
import { Layer } from "./Layer";