Begin adding cooldowns to specific commands

This commit is contained in:
zontreck 2025-03-06 18:16:13 -07:00
parent 107f502736
commit 85f728babf
7 changed files with 204 additions and 3 deletions

View file

@ -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>