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