mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 05:57:20 +00:00
D scripts
This commit is contained in:
parent
dc53c45d65
commit
c050d2b9a1
@ -1,6 +1,7 @@
|
|||||||
#include "DLUVanityNPC.h"
|
#include "DLUVanityNPC.h"
|
||||||
#include "GameMessages.h"
|
#include "GameMessages.h"
|
||||||
#include "dServer.h"
|
#include "dServer.h"
|
||||||
|
#include "VanityUtilities.h"
|
||||||
|
|
||||||
void DLUVanityNPC::OnStartup(Entity* self)
|
void DLUVanityNPC::OnStartup(Entity* self)
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "CppScripts.h"
|
#include "CppScripts.h"
|
||||||
#include "VanityUtilities.h"
|
|
||||||
|
|
||||||
|
class VanityNPC;
|
||||||
class DLUVanityNPC : public CppScripts::Script
|
class DLUVanityNPC : public CppScripts::Script
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "CppScripts.h"
|
#include "CppScripts.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
class Entity;
|
class Entity;
|
||||||
|
|
||||||
class Darkitect
|
class Darkitect
|
||||||
|
Loading…
Reference in New Issue
Block a user