Some interfaces cleanup

This commit is contained in:
2025-05-08 00:04:53 +03:00
parent dbde8c3d30
commit 5a0357c42e
16 changed files with 9 additions and 91 deletions
+2 -2
View File
@@ -11,11 +11,11 @@ namespace mROA.Codegen
public sealed class RemoteTypeBinder
{
static RemoteTypeBinder(){
RemoteContextRepository.RemoteTypes = new Dictionary<Type, Type> {
RemoteInstanceRepository.RemoteTypes = new Dictionary<Type, Type> {
<!I remoteTypePair r sep typesSep><!D typesSep>,
<!D>
};
ContextRepository.EventBinders = new object[] {
InstanceRepository.EventBinders = new object[] {
<!I eventBinder r sep typesSep>
<!T objectBinderTemplate>
new EventBinder<<!L type>>