lib.rs 182 B

1234567891011
  1. use bolt_lang::*;
  2. declare_id!("Fn1JzzEdyb55fsyduWS94mYHizGhJZuhvjX6DVvrmGbQ");
  3. #[component]
  4. #[derive(Copy)]
  5. pub struct Position {
  6. pub x: i64,
  7. pub y: i64,
  8. pub z: i64,
  9. }