Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
FollowerRefManager.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef SF_FOLLOWERREFMANAGER_H
7#define SF_FOLLOWERREFMANAGER_H
8
9#include "RefManager.h"
10
11class Unit;
13
14class FollowerRefManager : public RefManager<Unit, TargetedMovementGeneratorBase> { };
15
16#endif
Definition Unit.h:1367