Network Design: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
Created page with '== Design == ===Sequences=== ==== Start up NPCClient ==== <uml> NPCClient->PSServer : NPCAuthent </uml> Category:Engine documents'
 
Magodra (talk | contribs)
Line 5: Line 5:
==== Start up NPCClient ====
==== Start up NPCClient ====
<uml>
<uml>
NPCClient->PSServer : NPCAuthent
PSServer <- NPCClient : NPCAuthent
</uml>
</uml>




[[Category:Engine documents]]
[[Category:Engine documents]]

Revision as of 22:07, 29 April 2011

Design

Sequences

Start up NPCClient