mirror of
https://git.tonybark.com/tonytins/CyberBits.git
synced 2026-05-12 05:23:34 -04:00
6 lines
112 B
C#
6 lines
112 B
C#
// System
|
|
global using sys = System;
|
|
global using System.Text.Json.Serialization;
|
|
|
|
// Godot
|
|
global using Godot;
|