Skip to content

Commit

Permalink
style:
Browse files Browse the repository at this point in the history
  • Loading branch information
hhzzff committed Jan 21, 2024
1 parent c9162a4 commit 09d5734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interface/Assets/Scripts/Play/MessageReceiverPlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ async void Start()
var client = new AvailableService.AvailableServiceClient(channel);
Debug.Log(channel);
Debug.Log(client);
PlayerMsg msg = new PlayerMsg() {
PlayerMsg msg = new PlayerMsg()
{
PlayerId = 0,
TeamId = 0,
ShipType = ShipType.CivilianShip,
Expand Down

0 comments on commit 09d5734

Please sign in to comment.