This website requires JavaScript.
Explore
Help
Register
Sign In
openkruise
/
kruise-game
mirror of
https://github.com/openkruise/kruise-game.git
Watch
1
Star
0
Fork
You've already forked kruise-game
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e121bcc109
kruise-game
/
pkg
/
util
/
math.go
9 lines
77 B
Go
Raw
Blame
History
package
util
func
Min
(
a
,
b
int
)
int
{
if
a
<
b
{
return
a
}
return
b
}
Reference in New Issue
View Git Blame
Copy Permalink