Files
wrplat-godot/src/library/UnionSupport.cs
T
qwsdcvghyu89 1813800db4
Release / Export Game (push) Successful in 1m42s
Fixed merge commit - discarded demo.tscn
2026-06-14 18:37:51 +10:00

7 lines
179 B
C#

namespace System.Runtime.CompilerServices {
public interface IUnion { }
[AttributeUsage(AttributeTargets.Class)]
public sealed class UnionAttribute : Attribute { }
}