mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'master' into 'master'
Updated asset repo See merge request veloren/veloren!17 Former-commit-id: dd30b4130d5e3b912140d2aca6390d01f1427b77
This commit is contained in:
commit
a0001d788a
@ -1 +1 @@
|
||||
Subproject commit e25c963fe1726e7bdfd81633ed9b7004bc36dcf8
|
||||
Subproject commit 6f92281730bb1eb26841053c78a1354a4321ff5a
|
@ -18,6 +18,8 @@ fn main() {
|
||||
let mut client = Client::new(([127, 0, 0, 1], 59003))
|
||||
.expect("Failed to create client instance");
|
||||
|
||||
client.send_chat("Hello!".to_string());
|
||||
|
||||
loop {
|
||||
let events = match client.tick(Input::default(), clock.get_last_delta()) {
|
||||
Ok(events) => events,
|
||||
|
Loading…
Reference in New Issue
Block a user