Merge remote-tracking branch 'origin/master' into clientstates

This commit is contained in:
timokoesters
2020-02-24 21:34:17 +01:00
133 changed files with 4209 additions and 2182 deletions

View File

@ -13,6 +13,7 @@ use specs::{
};
const CHARGE_COST: i32 = 200;
const ROLL_COST: i32 = 30;
pub struct Sys;