TwilightWarsEvents master READ ONLY 0
  • explorer
  • search
a [App]
a CG.TwilightWarsEvents
a README.md
a app.ts
a [Test]
a test
  • README.md

TwilightWarsEvents

使用光暈戰記的遊戲引擎 + 同人陣的任務制作 = TwilightWarsEvents

Getting Started

// app.ts
export class App {

    constructor() {
        CG.TwilightWarsLib.initialize()
            .then(() => {
                CG.TwilightWarsLib.events.startEvents('CG.projectCode/your_mission.events')
            });
    }
}

export const APP = new App();

Authors

Haskasu

READ ONLY
  • problem
  • console
No problems have been detected so far.
Ln 1, Col 1, Sel 0
Markdown