|
XJ music engine
1.9.6
In-game runtime engine for XJ music.
|
#include <Template.h>
Public Member Functions | |
| Template ()=default | |
Public Member Functions inherited from XJ::ContentEntity | |
| ContentEntity ()=default | |
Public Attributes | |
| UUID | projectId |
| std::string | name |
| TemplateConfig | config |
| std::string | shipKey |
| bool | isDeleted {false} |
| long long | updatedAt {EntityUtils::currentTimeMillis()} |
Public Attributes inherited from XJ::ContentEntity | |
| UUID | id |
|
default |
| TemplateConfig XJ::Template::config |
| bool XJ::Template::isDeleted {false} |
| std::string XJ::Template::name |
| UUID XJ::Template::projectId |
| std::string XJ::Template::shipKey |
| long long XJ::Template::updatedAt {EntityUtils::currentTimeMillis()} |