summaryrefslogtreecommitdiff
path: root/src/REL/d/t/d_t_mist.cpp
blob: c2900084cde4bd13f7cf540fd209a9c98743b838 (plain)
1
2
3
4
5
6
7
8
9
#include "d/t/d_t_mist.h"

SPECIAL_ACTOR_PROFILE(MIST_TAG, dMistTag_c, fProfile::MIST_TAG, 0xE, 0, 388);

STATE_DEFINE(dMistTag_c, Wait);

void dMistTag_c::initializeState_Wait() {}
void dMistTag_c::executeState_Wait() {}
void dMistTag_c::finalizeState_Wait() {}