12 lines
236 B
C#
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>
|
|
{
|
|
}
|
|
}
|