Add own Steamid
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
public struct CS2GameState
|
||||
{
|
||||
public string ProviderSteamId;
|
||||
public int Timestamp;
|
||||
public Map? Map;
|
||||
public Player? Player;
|
||||
@@ -9,7 +10,7 @@ public struct CS2GameState
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{GetType()}\n" +
|
||||
$"\tTime: {Timestamp}\n" +
|
||||
$"\tTime: {Timestamp}\tSteamId: {ProviderSteamId}\n" +
|
||||
$"\t{Map}\n" +
|
||||
$"\t{Player}\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user