From cf026dc1503a0abb5bc88e1a72d271000ca5427e Mon Sep 17 00:00:00 2001 From: asquared31415 <34665709+asquared31415@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:21:09 -0500 Subject: [PATCH] add missing docs link --- src/objects/impls/structure_spawn.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/objects/impls/structure_spawn.rs b/src/objects/impls/structure_spawn.rs index 6f976875..c1717714 100644 --- a/src/objects/impls/structure_spawn.rs +++ b/src/objects/impls/structure_spawn.rs @@ -248,6 +248,8 @@ extern "C" { /// [`StructureSpawn`] or a [`StructureInvaderCore`]. /// /// [Screeps documentation](https://docs.screeps.com/api/#StructureSpawn.Spawning.spawn) + /// + /// [`StructureInvaderCore`]: crate::objects::StructureInvaderCore #[wasm_bindgen(method, getter)] pub fn spawn(this: &Spawning) -> Structure;