DarkflameServer/dScripts/02_server/Map/AM/AmScrollReaderServer.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
255 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class AmScrollReaderServer : public CppScripts::Script
{
public:
void OnMessageBoxResponse(Entity* self, Entity* sender, int32_t button, const std::u16string& identifier, const std::u16string& userData) override;
};