mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
More script object imps
This commit is contained in:
17
Runtime/World/CScriptWorldTeleporter.hpp
Normal file
17
Runtime/World/CScriptWorldTeleporter.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __CSCRIPTWORLDTELEPORTER_HPP__
|
||||
#define __CSCRIPTWORLDTELEPORTER_HPP__
|
||||
|
||||
#include "CEntity.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CScriptWorldTeleporter
|
||||
{
|
||||
public:
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __CSCRIPTWORLDTELEPORTER_HPP__
|
||||
Reference in New Issue
Block a user