oh dear
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace StansAssets.Foundation
|
||||
{
|
||||
// Token: 0x02000004 RID: 4
|
||||
[Token(Token = "0x2000004")]
|
||||
public interface ITypeConverter<in TSource, out TDestination> : ITypeConverter<TDestination>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user