Exemplo n.º 1
0
 public static void SendScoreAttribMessage(MessageDestination destination, ScoreAttribMessage val)
 {
     SendScoreAttribMessage(destination, IntPtr.Zero, IntPtr.Zero , val.PlayerID, val.Flags);
 }
Exemplo n.º 2
0
 public static void SendScoreAttribMessage(this Player player, ScoreAttribMessage val)
 {
     SendScoreAttribMessage(MessageDestination.OneReliable, IntPtr.Zero, player.Pointer, val);
 }
Exemplo n.º 3
0
 public static void SendScoreAttribMessage(MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScoreAttribMessage val)
 {
     SendScoreAttribMessage(destination, floatValue,playerEntity , val.PlayerID, val.Flags);
 }