9 lines
336 B
C#
9 lines
336 B
C#
using FinalFactory.Rendezvous.Client;
|
|
using FinalFactory.Rendezvous.Contracts;
|
|
using LiteNetLib;
|
|
|
|
Console.WriteLine(
|
|
$"SpaceGame consumer: contract={ContractLimits.ContractVersion}, "
|
|
+ $"client={typeof(RendezvousClientOptions).Assembly.GetName().Version}, "
|
|
+ $"transport={typeof(NetManager).Assembly.GetName().Version}");
|