editor/Assembly.cs
global using System;
global using Sandbox;
global using System.Collections.Generic;
global using System.Runtime.InteropServices;
global using System.Linq;
global using System.Threading.Tasks;
global using System.Threading;
global using System.Text.Json.Serialization;
global using System.Buffers;
global using System.Collections;
global using Editor;

namespace Boxfish.Editor;