mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
add shorter buffer time options
This commit is contained in:
parent
4883679cc7
commit
cad560c016
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ package mage.constants;
|
|||
*/
|
||||
public enum MatchBufferTime {
|
||||
NONE(0, "None"),
|
||||
SEC__01(1, "1 Second"),
|
||||
SEC__02(2, "2 Seconds"),
|
||||
SEC__03(3, "3 Seconds"),
|
||||
SEC__05(5, "5 Seconds"),
|
||||
SEC__10(10, "10 Seconds"),
|
||||
SEC__15(15, "15 Seconds"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue