2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 11:11:21 +00:00
metaforce/Runtime/World/CScriptWorldTeleporter.hpp

18 lines
209 B
C++

#ifndef __CSCRIPTWORLDTELEPORTER_HPP__
#define __CSCRIPTWORLDTELEPORTER_HPP__
#include "CEntity.hpp"
namespace urde
{
class CScriptWorldTeleporter
{
public:
};
}
#endif // __CSCRIPTWORLDTELEPORTER_HPP__