use cratePlugin;
use crate;
use crateMonoClock;
use crateSurface;
/// Publishes `core::time::clock_now_ns` as the `MonoClock` resource so
/// ECS systems can read frame timing without knowing about the process
/// clock. std auto-anchors its epoch on first read even without this
/// plugin — installing it is only about exposing time to ECS-level
/// consumers.
///
/// **Inserts**
/// - resource: `MonoClock`
;