mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-06 05:30:21 +00:00
10 lines
408 B
Scala
10 lines
408 B
Scala
// Copyright (c) 2017 PSForever
|
|
package services.local
|
|
|
|
import net.psforever.packet.game.PlanetSideGUID
|
|
import services.GenericEventBusMsg
|
|
|
|
final case class LocalServiceResponse(toChannel : String,
|
|
avatar_guid : PlanetSideGUID,
|
|
replyMessage : LocalResponse.Response
|
|
) extends GenericEventBusMsg
|