Mercurial
Mercurial
>
sheepy-clone
/ 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
.
gameServer2/src/server/actions.rs
author
unc0rr
Sun, 15 Jan 2017 00:34:36 +0300
changeset 12143
e0bf51609062
child 12144
f3121d7dedec
permissions
-rw-r--r--
Introduce actions, just like in the old server
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
12143
e0bf51609062
Introduce actions, just like in the old server
unc0rr
parents:
diff
changeset
1
use protocol::messages::HWProtocolMessage;
e0bf51609062
Introduce actions, just like in the old server
unc0rr
parents:
diff
changeset
2
e0bf51609062
Introduce actions, just like in the old server
unc0rr
parents:
diff
changeset
3
pub enum Action {
e0bf51609062
Introduce actions, just like in the old server
unc0rr
parents:
diff
changeset
4
SendMe(String),
e0bf51609062
Introduce actions, just like in the old server
unc0rr
parents:
diff
changeset
5
}