Files
27Aug2021-Cpp2IL-Dump/StansAssets.Foundation/ITypeConverter.2.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
236 B
C#

using System;
using Cpp2IlInjected;
namespace StansAssets.Foundation
{
// Token: 0x02000004 RID: 4
[Token(Token = "0x2000004")]
public interface ITypeConverter<in TSource, out TDestination> : ITypeConverter<TDestination>
{
}
}