global using Sandbox;
global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading.Tasks;
static class MyStaticClass
{
public static void Hello()
{
var grabber = new PlayerGrabber();
}
}
