NpcClient Design: Difference between revisions
Jump to navigation
Jump to search
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
- Create a NPC describes how to create a NPC.
- NPC Behavior scripting describes how to script NPCs.