1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-10-16 14:27:26 +00:00
swear-jar/random/randomizer.gd
2023-10-01 16:27:03 +02:00

3 lines
104 B
GDScript

extends Node
class_name Randomizer
static var rng : RandomNumberGenerator = RandomNumberGenerator.new()