mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 14:15:47 +03:00
Update for can send invitations.
I have add a simple function for enable send invitations to friends start from line 143.
This commit is contained in:
parent
09c4a4f63e
commit
d015d00974
@ -136,6 +136,14 @@ public Image GetAvatar( Friends.AvatarSize size )
|
|||||||
{
|
{
|
||||||
return Client.Friends.GetCachedAvatar( size, Id );
|
return Client.Friends.GetCachedAvatar( size, Id );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Invite this friend to the game that we are playing
|
||||||
|
/// </summary>
|
||||||
|
public bool InviteToGame(string Text)
|
||||||
|
{
|
||||||
|
return Client.native.friends.InviteUserToGame(Id, Text);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user