mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
8 lines
263 B
C#
8 lines
263 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Threading.Tasks;
|
|
global using GFramework.Core.Abstractions;
|
|
global using GFramework.Ecs.Arch.Abstractions; |