Accounting/Assets/Scripts/Basis/NameSapce.Global.cs

7 lines
220 B
C#
Raw Normal View History

2023-09-24 21:35:44 +08:00
global using System;
global using System.Collections;
global using System.Collections.Generic;
global using uDebug = UnityEngine.Debug;
global using sRandom = System.Random;
global using uRandom = UnityEngine.Random;