Guest User

Untitled

a guest
Jan 21st, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class SocketMessage
  2. {
  3. public string Type { get; set; }
  4. public string Version { get; set; }
  5. public string Message { get; set; }
  6. }
Add Comment
Please, Sign In to add comment