1
0
forked from noxious/client

Removed map from mapEffects type

This commit is contained in:
2025-02-05 03:04:33 +01:00
parent f14d9baaa1
commit 14474f7665
2 changed files with 1 additions and 3 deletions

View File

@ -79,7 +79,6 @@ export type Map = {
export type MapEffect = {
id: string
map: Map
effect: string
strength: number
}