Closed EncodedVenom closed 4 months ago
Fixes emit bugs with world.query(...).without(...) improperly emitting.
world.query(...).without(...)
Adds world.query(...).replace((...) => ...) typings. NOTE: To avoid having to do $tuple(oneValue), this uses a conditional type.
world.query(...).replace((...) => ...)
$tuple(oneValue)
Adds Component
Component
Fixes emit bugs with
world.query(...).without(...)
improperly emitting.Adds
world.query(...).replace((...) => ...)
typings. NOTE: To avoid having to do$tuple(oneValue)
, this uses a conditional type.Adds
Component