Example #1
0
 public ClientBucket(ClientBucketType type, string id, int count, int seconds)
 {
     Type          = type;
     Id            = id;
     WindowCount   = count;
     WindowSeconds = seconds;
 }
Example #2
0
 public static ClientBucket Get(ClientBucketType type) => DefsByType[type];