Assembly-level global using directives for the project. It imports Sandbox, System, System.Collections.Generic and System.Linq into all files and declares the project's root namespace ShrimpleCharacterController.
global using Sandbox; global using System; global using System.Collections.Generic; global using System.Linq; namespace ShrimpleCharacterController;