manabrew-protocol 5.0.0

Engine-free game DTOs shared by manabrew clients
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};
use ts_rs::TS;

#[derive(Debug, Clone, Serialize, Deserialize, TS)]
#[ts(export, export_to = "prompts/gameOver.ts")]
pub struct GameOverInput {}