联网对战(初版,不可用)
This commit is contained in:
@@ -332,10 +332,12 @@ function PLY.newDemoPlayer(id)
|
||||
}
|
||||
P:popNext()
|
||||
end
|
||||
function PLY.newRemotePlayer(id,mini)
|
||||
function PLY.newRemotePlayer(id,mini,userInfo)
|
||||
local P=newEmptyPlayer(id,mini)
|
||||
P.type="remote"
|
||||
P.update=PLY.update.remote_alive
|
||||
P.userName=userInfo.name
|
||||
P.userID=userInfo.id
|
||||
P.stream={}
|
||||
P.streamProgress=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user