Add Details to Presence

This commit is contained in:
Ilya 2021-01-18 16:03:22 +03:00
parent 77e0f60987
commit eb23f27364

View File

@ -90,7 +90,8 @@ namespace MafiaGame
State = ((WelcomePacket)packet).ServerName, State = ((WelcomePacket)packet).ServerName,
Party = party, Party = party,
Secrets = secrets, Secrets = secrets,
Timestamps = Timestamps.Now Timestamps = Timestamps.Now,
Details = "Ожидание старта"
}); });
})); }));
break; break;