generated from AriasCreations/vsmodtemplate
Begin adding cooldowns to specific commands
This commit is contained in:
parent
107f502736
commit
85f728babf
7 changed files with 204 additions and 3 deletions
|
@ -78,6 +78,7 @@ namespace AriasServerUtils
|
|||
public class PlayerStorage
|
||||
{
|
||||
public Dictionary<string, Home> Homes = new Dictionary<string, Home>();
|
||||
public Dictionary<CooldownType, long> ActiveCooldowns = new();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue