/// <summary>
 /// Creates the message scope to the specified sentinel.
 /// </summary>
 /// <param name="sentinel">The sentinel.</param>
 /// <returns>MessageScope</returns>
 public static MessageScope CreateScope(this Sentinels sentinel)
 {
     return(MessageScope.Create(MessageScope.ScopeType.Sentinel, sentinel.GetRealName()));
 }
Example #2
0
 internal static MultiplayerParticipant AutomatchingSentinel()
 {
     return(new MultiplayerParticipant(Sentinels.Sentinels_AutomatchingParticipant()));
 }
 internal static GooglePlayGames.Native.PInvoke.MultiplayerParticipant AutomatchingSentinel()
 {
     return(new GooglePlayGames.Native.PInvoke.MultiplayerParticipant(Sentinels.Sentinels_AutomatchingParticipant()));
 }