From 65882f4678fc9e8be37da72b2669f9d648deb274 Mon Sep 17 00:00:00 2001 From: ByteDice <165556900+ByteDice@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:16:10 +0100 Subject: [PATCH] Updated a few comments --- .../com/bytedice/bde_particles/commands/ManageEmitters.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt b/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt index 79d1591..a514286 100644 --- a/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt +++ b/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt @@ -33,15 +33,15 @@ import java.util.concurrent.CompletableFuture // [emitter id] // <[particle index] / EMITTER> - // + // // single param (if EMITTER, use emitter params instead) // [param key] // [new param value] // output -> update the selected parameter of the selected emitter id to the new value - // dataClass + // JSON // [new params] (unspecified values is treated as current) - // output -> update all params according to the dataClass + // output -> parse the JSON and update all params // list // output -> all registered emitters @@ -161,4 +161,4 @@ fun argCopy() : LiteralArgumentBuilder { fun argCopyPasta() : LiteralArgumentBuilder { return } -*/ \ No newline at end of file +*/