4 lines
67 B
GDScript
4 lines
67 B
GDScript
extends Node
|
|
|
|
func rolld(d: int) -> int:
|
|
return randi_range(1, d)
|