mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-03-24 01:18:20 +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); |