GlobalUsings.cs 496 B

123456789101112131415
  1. // There isn't really a 'default place' to put these,
  2. // so a file in the project top level directory it is
  3. global using System;
  4. global using System.Collections.Generic;
  5. global using Robust.Shared.Analyzers;
  6. global using Robust.Shared.Log;
  7. global using Robust.Shared.Localization;
  8. global using Robust.Shared.GameObjects;
  9. global using Robust.Shared.IoC;
  10. global using Robust.Shared.Maths;
  11. global using Robust.Shared.ViewVariables;
  12. global using Robust.Shared.Serialization.Manager.Attributes;