microversus_codex 0.1.6

Types and definitions for interfacing with the microversus system
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, Serialize, Deserialize)]
#[serde[tag = "type"]]
pub enum EventTag {
    Location { target: [f32; 2] },
}