blob: 3a8dc369129f43f2f214f176e55f60364d1bd3d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "EditorCore.hpp"
class EgoaPlayer : public EditorGameObjectAttachment {
public:
};
class EgoaLevelWrapper : public EditorGameObjectAttachment {
public:
};
|