MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / setup

Method setup

src/actions/Particles.ts:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26 static override async setup(): Promise<void> {
27 this.engine.history('particle');
28 this.engine.state({
29 particles: ''
30 });
31 await loadSlim(tsParticles);
32 }
33
34 static override async reset(): Promise<void> {
35 this.engine.state({

Callers

nothing calls this directly

Calls 2

historyMethod · 0.80
stateMethod · 0.80

Tested by

no test coverage detected