7 lines
181 B
C#
7 lines
181 B
C#
// Global using directives
|
|
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Numerics;
|
|
global using T3.Core.Logging; |