initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef HYDRAGLTFACTOR
|
||||
#define HYDRAGLTFACTOR
|
||||
|
||||
#include "HydraActor.h"
|
||||
|
||||
class CLASS_DEFINE HydraGLTFActor : public HydraActor
|
||||
{
|
||||
private:
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
virtual void InitialiseComponents() override {}
|
||||
virtual void Destroy() override {}
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif /* HYDRAGLTFACTOR */
|
||||
Reference in New Issue
Block a user