/*
* Copyright (c) godot-rust; Bromeon and contributors.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
pub use *;
// `UserRpcObject` is plumbing for macro-generated code, never named by users; kept off the public path. Used internally via the crate path,
// and by macro expansion through the `godot::private` bridge below. Mirrors `signal::priv_re_export`.
pub use UserRpcObject;
// Bridge for `godot::private` (proc-macro internals).