spring_ai_rs::event::other

Type Alias PlayerCommandFuncType

Source
pub type PlayerCommandFuncType = fn(_: &Logger, _: AIInterface, _: &[i32], _: CommandTopic, _: i32) -> Result<(), Box<dyn Error>>;