Move movie runtime support to frontend

This commit is contained in:
gamer147
2026-08-03 11:29:47 -04:00
parent e2fe660c75
commit 81d063da37
9 changed files with 22 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Age.Engine.Tests")]
[assembly: InternalsVisibleTo("Himegari")]