This commit is contained in:
hahwu 2026-03-06 15:25:42 +08:00
parent 20cd54b84f
commit 0e97028a25
3 changed files with 1 additions and 4 deletions

View File

@ -1 +0,0 @@
11

Binary file not shown.

View File

@ -92,9 +92,7 @@ func TestFixUserData(t *testing.T) {
func TestRandInt(t *testing.T) {
p1 := new(game.Player)
p1.InitPlayer("3625212")
DecorateMod := p1.GetDecorateMod()
needStar := DecorateMod.GetNextNeedStar()
fmt.Printf("Next need star: %d\n", needStar)
p1.Charge(122)
}
func TestEndless(t *testing.T) {