mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-14 07:19:40 +05:00
3 lines
214 B
C#
3 lines
214 B
C#
namespace VersionedSerialization.Generator.Models;
|
|
|
|
public sealed record VersionCondition(StructVersion? LessThan, StructVersion? GreaterThan, StructVersion? EqualTo, string? IncludingTag, string? ExcludingTag); |