Advertisement
WindowsTV

Untitled

Jul 5th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1. [PlayHandler("u#sa")]
  2. public static void SetAction(Client c, string[] args)
  3. {
  4.     int frame = args[5]; // gets frame from packet.
  5.     UserConfigs userConfigs = c.GetSettings<UserConfigs>(); // what seems to be part of the send to room.
  6.     string id = userConfigs.ID.ToString(); // get ID.
  7.     // add receive packet here. "sa", id, frame
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement