NpcClient Design: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
Magodra (talk | contribs)
No edit summary
Line 1: Line 1:
== Classes ==
The main classes of the NPCClient is the shown in the diagram below.
<uml>
psNPCClient "1" *-- "0..N" NPCType : npctypes
psNPCClient "1" *-- "0..N" NPC : npcs
psNPCClient "1" *-- "0..N" Tribe : tribes
psNPCClient "1" *-- "0..N" gemNPCObject : all_gem_objects
</uml>
== Design ==
== Design ==



Revision as of 18:05, 3 May 2011

Classes

The main classes of the NPCClient is the shown in the diagram below.

Design


How To