Assembly-level global using directives for the ShrimpleCharacterController namespace. Declares global using of Sandbox, System, System.Collections.Generic, and System.Linq, and sets the file namespace to ShrimpleCharacterController.
global using Sandbox; global using System; global using System.Collections.Generic; global using System.Linq; namespace ShrimpleCharacterController;