mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
Added serverGame library
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
// ======================================================================
|
||||
//
|
||||
// PvpUpdateAndCellPermissionsObserver.cpp
|
||||
//
|
||||
// Copyright 2003 Sony Online Entertainment
|
||||
//
|
||||
// ======================================================================
|
||||
|
||||
#include "serverGame/FirstServerGame.h"
|
||||
#include "serverGame/PvpUpdateAndCellPermissionsObserver.h"
|
||||
#include "serverGame/TangibleObject.h"
|
||||
|
||||
// ======================================================================
|
||||
|
||||
PvpUpdateAndCellPermissionsObserver::PvpUpdateAndCellPermissionsObserver(TangibleObject *who, Archive::AutoDeltaObserverOp operation) :
|
||||
m_profilerBlock("PvpUpdateAndCellPermissionsObserver"),
|
||||
m_pvpObserver(who, operation),
|
||||
m_cellPermsObserver(who ? who->asCreatureObject() : 0)
|
||||
{
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
PvpUpdateAndCellPermissionsObserver::~PvpUpdateAndCellPermissionsObserver()
|
||||
{
|
||||
}
|
||||
|
||||
// ======================================================================
|
||||
|
||||
Reference in New Issue
Block a user