mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Refactored quest state system seems to work!
This commit is contained in:
parent
1523ae200b
commit
02cb0a3f43
14 changed files with 673 additions and 512 deletions
|
@ -25,8 +25,8 @@ using Meteor.Map.Actors;
|
|||
using Meteor.Map.packets.send.actor;
|
||||
using System.Collections.Generic;
|
||||
using Meteor.Map.actors.chara.npc;
|
||||
using static Meteor.Map.Actors.Quest;
|
||||
using static Meteor.Map.Actors.QuestState;
|
||||
using Meteor.Map.Actors.QuestNS;
|
||||
using static Meteor.Map.Actors.QuestNS.QuestState;
|
||||
|
||||
namespace Meteor.Map.DataObjects
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue