Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Apr 7th, 2013
141
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
Player
=
function
(
playerNick
,
playerId
,
playerSocket
)
{
var
nick
=
playerNick
,
id
=
playerId
,
socket
=
playerSocket
;
return
{
nick
:
nick
,
socket
:
socket
,
id
:
id
}
}
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
AuthController.php
PHP | 1 hour ago | 4.50 KB
AuthService.php
PHP | 1 hour ago | 3.80 KB
AuthService.php
PHP | 1 hour ago | 3.57 KB
AuthController.php
PHP | 1 hour ago | 4.12 KB
AuthService.php
PHP | 1 hour ago | 4.05 KB
AuthController.php
PHP | 1 hour ago | 1.24 KB
AuthService.php
PHP | 1 hour ago | 2.55 KB
AuthController.php
PHP | 1 hour ago | 4.70 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!