Add deleteinven slash command

This commit is contained in:
EmosewaMC
2022-12-02 06:03:47 -08:00
parent a0310f6ffd
commit cf44028665
26 changed files with 129 additions and 33 deletions

View File

@@ -6,6 +6,8 @@
#include "EntityManager.h"
#include "SkillComponent.h"
#include "DestroyableComponent.h"
#include "CDClientDatabase.h"
#include "CDClientManager.h"
void OverTimeBehavior::Handle(BehaviorContext* context, RakNet::BitStream* bitStream, BehaviorBranchContext branch) {
const auto originator = context->originator;