This commit is contained in:
2023-03-24 22:58:56 -07:00
parent 4ccd1713a2
commit f787d06713
2 changed files with 10 additions and 2 deletions

View File

@ -9,7 +9,9 @@
namespace Dawn {
class FPSLabelComponent : public SceneItemComponent {
public:
// @optional
UILabel *label;
FPSLabelComponent(SceneItem *item);
void onStart() override;
};