Started work on NPC conversations, added prose package and out of band package for packets that require them

This commit is contained in:
Light2
2014-03-31 19:42:36 +02:00
parent 4d16cc73c8
commit c30b0bdd1a
7 changed files with 423 additions and 0 deletions
@@ -0,0 +1,5 @@
package protocol.swg.objectControllerObjects;
public class NpcConversationOptions {
}