Mercurial
Mercurial
>
hedgewars
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
rust/lib-hedgewars-engine/src/command.rs
author
unc0rr
Thu, 08 Nov 2018 21:57:05 +0100
changeset 14176
5ad911992460
parent 14169
e2c51c8e0b2e
permissions
-rw-r--r--
A bit of rethinking of game messages and command
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
14169
e2c51c8e0b2e
Start outlining some core engine stuff
unc0rr
parents:
diff
changeset
1
pub enum Command {
e2c51c8e0b2e
Start outlining some core engine stuff
unc0rr
parents:
diff
changeset
2
ChatMessage(String),
e2c51c8e0b2e
Start outlining some core engine stuff
unc0rr
parents:
diff
changeset
3
}