forked from mirror/openmw-tes3mp
[Client] Mark derived processor classes as final
This commit is contained in:
parent
2cb0ea20f0
commit
7748e582a8
58 changed files with 59 additions and 59 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorAI : public ActorProcessor
|
class ProcessorActorAI final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorAI()
|
ProcessorActorAI()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorAnimFlags : public ActorProcessor
|
class ProcessorActorAnimFlags final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorAnimFlags()
|
ProcessorActorAnimFlags()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorAnimPlay : public ActorProcessor
|
class ProcessorActorAnimPlay final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorAnimPlay()
|
ProcessorActorAnimPlay()
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorAttack : public ActorProcessor
|
class ProcessorActorAttack final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorAttack()
|
ProcessorActorAttack()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorAuthority : public ActorProcessor
|
class ProcessorActorAuthority final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorAuthority()
|
ProcessorActorAuthority()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorCellChange : public ActorProcessor
|
class ProcessorActorCellChange final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorCellChange()
|
ProcessorActorCellChange()
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorDeath : public ActorProcessor
|
class ProcessorActorDeath final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorDeath()
|
ProcessorActorDeath()
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorEquipment : public ActorProcessor
|
class ProcessorActorEquipment final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorEquipment()
|
ProcessorActorEquipment()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorList : public ActorProcessor
|
class ProcessorActorList final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorList()
|
ProcessorActorList()
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorPosition : public ActorProcessor
|
class ProcessorActorPosition final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorPosition()
|
ProcessorActorPosition()
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorSpeech : public ActorProcessor
|
class ProcessorActorSpeech final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorSpeech()
|
ProcessorActorSpeech()
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorStatsDynamic : public ActorProcessor
|
class ProcessorActorStatsDynamic final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorStatsDynamic()
|
ProcessorActorStatsDynamic()
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorActorTest : public ActorProcessor
|
class ProcessorActorTest final: public ActorProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorActorTest()
|
ProcessorActorTest()
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorChatMessage : public PlayerProcessor
|
class ProcessorChatMessage final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorChatMessage()
|
ProcessorChatMessage()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorGUIMessageBox : public PlayerProcessor
|
class ProcessorGUIMessageBox final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorGUIMessageBox()
|
ProcessorGUIMessageBox()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorGUIWindow : public PlayerProcessor
|
class ProcessorGUIWindow final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorGUIWindow()
|
ProcessorGUIWindow()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorGameSettings : public PlayerProcessor
|
class ProcessorGameSettings final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorGameSettings()
|
ProcessorGameSettings()
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorGameTime : public PlayerProcessor
|
class ProcessorGameTime final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorGameTime()
|
ProcessorGameTime()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorGameWeather : public PlayerProcessor
|
class ProcessorGameWeather final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorGameWeather()
|
ProcessorGameWeather()
|
||||||
|
@ -13,7 +13,7 @@ namespace mwmp
|
||||||
BPP_INIT(ID_GAME_WEATHER)
|
BPP_INIT(ID_GAME_WEATHER)
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void Do(PlayerPacket &packet, BasePlayer *player)
|
void Do(PlayerPacket &packet, BasePlayer *player) final
|
||||||
{
|
{
|
||||||
// Placeholder to be filled in later
|
// Placeholder to be filled in later
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorHandshake : public PlayerProcessor
|
class ProcessorHandshake final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorHandshake()
|
ProcessorHandshake()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerAnimFlags : public PlayerProcessor
|
class ProcessorPlayerAnimFlags final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerAnimFlags()
|
ProcessorPlayerAnimFlags()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerAnimPlay : public PlayerProcessor
|
class ProcessorPlayerAnimPlay final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerAnimPlay()
|
ProcessorPlayerAnimPlay()
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerAttack : public PlayerProcessor
|
class ProcessorPlayerAttack final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerAttack()
|
ProcessorPlayerAttack()
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerAttribute : public PlayerProcessor
|
class ProcessorPlayerAttribute final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerAttribute()
|
ProcessorPlayerAttribute()
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerBaseInfo : public PlayerProcessor
|
class ProcessorPlayerBaseInfo final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerBaseInfo()
|
ProcessorPlayerBaseInfo()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerBook : public PlayerProcessor
|
class ProcessorPlayerBook final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerBook()
|
ProcessorPlayerBook()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerBounty : public PlayerProcessor
|
class ProcessorPlayerBounty final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerBounty()
|
ProcessorPlayerBounty()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerCellChange : public PlayerProcessor
|
class ProcessorPlayerCellChange final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerCellChange()
|
ProcessorPlayerCellChange()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerCellState : public PlayerProcessor
|
class ProcessorPlayerCellState final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerCellState()
|
ProcessorPlayerCellState()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerCharClass : public PlayerProcessor
|
class ProcessorPlayerCharClass final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerCharClass()
|
ProcessorPlayerCharClass()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerCharGen : public PlayerProcessor
|
class ProcessorPlayerCharGen final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerCharGen()
|
ProcessorPlayerCharGen()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerDeath : public PlayerProcessor
|
class ProcessorPlayerDeath final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerDeath()
|
ProcessorPlayerDeath()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerDisposition : public PlayerProcessor
|
class ProcessorPlayerDisposition final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerDisposition()
|
ProcessorPlayerDisposition()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerEquipment : public PlayerProcessor
|
class ProcessorPlayerEquipment final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerEquipment()
|
ProcessorPlayerEquipment()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerFaction : public PlayerProcessor
|
class ProcessorPlayerFaction final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerFaction()
|
ProcessorPlayerFaction()
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerInventory : public PlayerProcessor
|
class ProcessorPlayerInventory final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerInventory()
|
ProcessorPlayerInventory()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerJail : public PlayerProcessor
|
class ProcessorPlayerJail final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerJail()
|
ProcessorPlayerJail()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerJournal : public PlayerProcessor
|
class ProcessorPlayerJournal final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerJournal()
|
ProcessorPlayerJournal()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerKillCount : public PlayerProcessor
|
class ProcessorPlayerKillCount final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerKillCount()
|
ProcessorPlayerKillCount()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerLevel : public PlayerProcessor
|
class ProcessorPlayerLevel final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerLevel()
|
ProcessorPlayerLevel()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerMap : public PlayerProcessor
|
class ProcessorPlayerMap final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerMap()
|
ProcessorPlayerMap()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerPosition : public PlayerProcessor
|
class ProcessorPlayerPosition final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerPosition()
|
ProcessorPlayerPosition()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerRegionAuthority : public PlayerProcessor
|
class ProcessorPlayerRegionAuthority final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerRegionAuthority()
|
ProcessorPlayerRegionAuthority()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerRest : public PlayerProcessor
|
class ProcessorPlayerRest final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerRest()
|
ProcessorPlayerRest()
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerResurrect : public PlayerProcessor
|
class ProcessorPlayerResurrect final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerResurrect()
|
ProcessorPlayerResurrect()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerShapeshift : public PlayerProcessor
|
class ProcessorPlayerShapeshift final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerShapeshift()
|
ProcessorPlayerShapeshift()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerSkill : public PlayerProcessor
|
class ProcessorPlayerSkill final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerSkill()
|
ProcessorPlayerSkill()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerSpeech : public PlayerProcessor
|
class ProcessorPlayerSpeech final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerSpeech()
|
ProcessorPlayerSpeech()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerSpellbook : public PlayerProcessor
|
class ProcessorPlayerSpellbook final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerSpellbook()
|
ProcessorPlayerSpellbook()
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerStatsDynamic : public PlayerProcessor
|
class ProcessorPlayerStatsDynamic final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerStatsDynamic()
|
ProcessorPlayerStatsDynamic()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorPlayerTopic : public PlayerProcessor
|
class ProcessorPlayerTopic final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorPlayerTopic()
|
ProcessorPlayerTopic()
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorUserDisconnected : public PlayerProcessor
|
class ProcessorUserDisconnected final: public PlayerProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorUserDisconnected()
|
ProcessorUserDisconnected()
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class BaseObjectProcessor : public WorldProcessor
|
class BaseObjectProcessor: public WorldProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual void Do(WorldPacket &packet, WorldEvent &event)
|
virtual void Do(WorldPacket &packet, WorldEvent &event)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorConsoleCommand : public WorldProcessor
|
class ProcessorConsoleCommand final: public WorldProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorConsoleCommand()
|
ProcessorConsoleCommand()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorMusicPlay : public WorldProcessor
|
class ProcessorMusicPlay final: public WorldProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorMusicPlay()
|
ProcessorMusicPlay()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorScriptGlobalShort : public WorldProcessor
|
class ProcessorScriptGlobalShort final: public WorldProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorScriptGlobalShort()
|
ProcessorScriptGlobalShort()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorScriptMemberShort : public WorldProcessor
|
class ProcessorScriptMemberShort final: public WorldProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorScriptMemberShort()
|
ProcessorScriptMemberShort()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
class ProcessorVideoPlay : public WorldProcessor
|
class ProcessorVideoPlay final: public WorldProcessor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProcessorVideoPlay()
|
ProcessorVideoPlay()
|
||||||
|
|
Loading…
Reference in a new issue