mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-18 23:33:46 +02:00
Capitalized the DataObject class.
This commit is contained in:
parent
9097e557ed
commit
aae051d73f
53 changed files with 99 additions and 62 deletions
|
@ -24,7 +24,7 @@ using Meteor.Common;
|
|||
using Meteor.Map.actors.chara.player;
|
||||
using Meteor.Map.actors.group;
|
||||
using Meteor.Map.Actors.Chara;
|
||||
using Meteor.Map.dataobjects;
|
||||
using Meteor.Map.DataObjects;
|
||||
using Meteor.Map.packets.send.actor;
|
||||
using Meteor.Map.packets.send.actor.inventory;
|
||||
using Meteor.Map.utils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue