7 lines
220 B
C#
7 lines
220 B
C#
|
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;
|