LeviLamina
Loading...
Searching...
No Matches
TagsComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/entity/components/TagsComponentBase.h"
5
6template <typename T>
8public:
9 T mTagSetID;
10};
Definition TagsComponentBase.h:10
Definition TagsComponent.h:7