diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-17 15:21:42 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-17 15:21:42 +0100 |
commit | e228208de62f8abf1744f389271168d996a10b25 (patch) | |
tree | 8dfd55a08608c2c9cd4286ee31dbf9bf38a7c222 /src/shared/cooldown.rs | |
parent | 7958bb7a82cf172766b2805a3c38aaa2e2a949fc (diff) |
feat: add hotbar
Diffstat (limited to 'src/shared/cooldown.rs')
-rw-r--r-- | src/shared/cooldown.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/cooldown.rs b/src/shared/cooldown.rs index 52f41de..f27d7fc 100644 --- a/src/shared/cooldown.rs +++ b/src/shared/cooldown.rs @@ -10,6 +10,8 @@ pub struct Cooldown { pub q_cooldown: Duration, pub w_cooldown: Duration, pub e_cooldown: Duration, + pub r_cooldown: Duration, pub d_cooldown: Duration, pub f_cooldown: Duration, + pub g_cooldown: Duration, } |