Частично переписан RemoteTypeBinder

This commit is contained in:
2025-03-25 21:40:12 +03:00
parent bf636c0f9c
commit a48c77e48f
5 changed files with 39 additions and 33 deletions
+22
View File
@@ -0,0 +1,22 @@
// <auto-generated/>
using System.Collections.Generic;
using System.Reflection;
using System;
using mROA.Abstract;
using mROA.Implementation.Backend;
using mROA.Implementation;
namespace mROA.Codegen
{
public sealed class RemoteTypeBinder
{
static RemoteTypeBinder(){
RemoteContextRepository.RemoteTypes = new Dictionary<Type, Type> {
<!I remoteTypePair r sep typesSep><!D typesSep>,
<!D>};
ContextRepository.EventBinders = new object[] {
<!I eventBinder r sep typesSep>
};
}
}
}