예제 #1
0
 public GatewayBucket(GatewayBucketType type, BucketId id, int count, int seconds)
 {
     Type          = type;
     Id            = id;
     WindowCount   = count;
     WindowSeconds = seconds;
 }
예제 #2
0
 public static GatewayBucket Get(GatewayBucketType type) => DefsByType[type];