mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-06 21:50:22 +00:00
7 lines
258 B
Scala
7 lines
258 B
Scala
// Copyright (c) 2019 PSForever
|
|
package services.teamwork
|
|
|
|
import net.psforever.packet.game.SquadInfo
|
|
import services.GenericEventBusMsg
|
|
|
|
final case class SquadServiceResponse(toChannel : String, response : SquadResponse.Response) extends GenericEventBusMsg
|