DarkflameServer/dScripts/ChooseYourDestinationNsToNt.h
EmosewaMC dc53c45d65 C Scripts and remove unneeded includes from base cppscripts header
Remove the MissionComponent and Loot includes from all base scripts and place their needed includes in the respective scripts.
2022-06-22 22:19:49 -07:00

10 lines
319 B
C++

#pragma once
class ChooseYourDestinationNsToNt
{
public:
bool CheckChoice(Entity* self, Entity* player);
void SetDestination(Entity* self, Entity* player);
void BaseChoiceBoxRespond(Entity* self, Entity* sender, int32_t button, const std::u16string& buttonIdentifier, const std::u16string& identifier);
};