FCT
载入中...
搜索中...
未找到
Object.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/4/23.
3//
4
5#include "../ThirdParty.h"
6
7#ifndef OBJECT_H
8#define OBJECT_H
9namespace FCT {
10 class Object
11 {
12 protected:
13 ECS::entity m_entity = ECS::null;
14 public:
15
16 };
17}
18#endif //OBJECT_H
ECS::entity m_entity