XJ music engine  1.9.6
In-game runtime engine for XJ music.
Public Member Functions | Public Attributes | List of all members
XJ::Template Class Reference

#include <Template.h>

Inheritance diagram for XJ::Template:
XJ::ContentEntity

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
 

Constructor & Destructor Documentation

◆ Template()

XJ::Template::Template ( )
default

Member Data Documentation

◆ config

TemplateConfig XJ::Template::config

◆ isDeleted

bool XJ::Template::isDeleted {false}

◆ name

std::string XJ::Template::name

◆ projectId

UUID XJ::Template::projectId

◆ shipKey

std::string XJ::Template::shipKey

◆ updatedAt

long long XJ::Template::updatedAt {EntityUtils::currentTimeMillis()}

The documentation for this class was generated from the following file: