This commit is contained in:
cdle
2021-09-17 19:39:03 +08:00
parent 060fddb510
commit 3c93a2b349
3 changed files with 19 additions and 5 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
package core
import "os"
import (
"os"
"time"
)
var Duration = time.Duration(sillyGirl.GetInt("duration", 5)) * time.Second
func init() {
killp()