mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 22:58:01 +03:00
Merge pull request #116 from BrinerLovo/patch-1
Update for can send invitations.
This commit is contained in:
commit
9a9a310b5f
@ -136,6 +136,14 @@ namespace Facepunch.Steamworks
|
|||||||
{
|
{
|
||||||
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…
x
Reference in New Issue
Block a user