Added U Game system

This commit is contained in:
NigeParis 2026-01-12 13:32:56 +01:00
parent 62705c4a7e
commit 96cfbef642
15 changed files with 56 additions and 93 deletions

View file

@ -1,5 +1,5 @@
/**
* {{#lambda.indented_star_1}}{{{unescapedDescription}}}{{/lambda.indented_star_1}}
* {{#lambda.indented_star_1}}{{{unedDescription}}}{{/lambda.indented_star_1}}
* @export
* @interface {{classname}}
*/
@ -9,7 +9,7 @@ export interface {{classname}} {{#parent}}extends {{{.}}} {{/parent}}{
{{/additionalPropertiesType}}
{{#vars}}
/**
* {{#lambda.indented_star_4}}{{{unescapedDescription}}}{{/lambda.indented_star_4}}
* {{#lambda.indented_star_4}}{{{unedDescription}}}{{/lambda.indented_star_4}}
* @type {{=<% %>=}}{<%&datatype%>}<%={{ }}=%>
* @memberof {{classname}}
{{#deprecated}}