8 lines
107 B
C#
8 lines
107 B
C#
using Godot;
|
|
using System;
|
|
|
|
public partial class Globals : Node
|
|
{
|
|
public static Random _rng = new();
|
|
}
|