rust/lib-hedgewars-engine/src/command.rs
author alfadur
Wed, 14 Nov 2018 02:54:08 +0300
changeset 14208 87f1054c2333
parent 14176 5ad911992460
permissions -rw-r--r--
fix polygon closure

pub enum Command {
    ChatMessage(String),
}