Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. namespace Network.Packets.Output
  2. {
  3. public class OutputPacketPlayerInfo : OutputPacket
  4. {
  5. public OutputPacketPlayerInfo(string characerName)
  6. {
  7. PutString(characerName);
  8.  
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement