mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 08:44:29 +08:00
8 lines
222 B
C#
8 lines
222 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("GFramework.Game.Tests")]
|
|
[assembly: InternalsVisibleTo("GFramework.Godot")]
|