Assembly-level global using directives for the ShrimpleRagdolls project, bringing Sandbox, System, System.Collections.Generic and System.Linq into scope and declaring the ShrimpleRagdolls namespace.
global using Sandbox; global using System; global using System.Collections.Generic; global using System.Linq; namespace ShrimpleRagdolls;