We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40b96c commit dc88188Copy full SHA for dc88188
packages/core/README.md
@@ -79,7 +79,7 @@ function damage({ health }: With<Entity, "health">, amount: number) {
79
health.current -= amount
80
}
81
82
-function points(entity: With<Entity, "poisoned">) {
+function poison(entity: With<Entity, "poisoned">) {
83
world.addComponent(entity, "poisoned", true)
84
85
0 commit comments