Network Design: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
Magodra (talk | contribs)
Line 28: Line 28:
   PSServer -\\ NPCClient : AllEntityPos
   PSServer -\\ NPCClient : AllEntityPos
end
end
</uml>
==== Startup Client ====
<uml>
autonumber
participant NPCClient
participant Server
create Client
create Client
User ->> Client : Start
User ->> Client : Start

Revision as of 22:36, 29 April 2011

Design

Sequences

Start up NPCClient

Startup Client