Ducktaped together a FishNet version of the Transport, now I need to edit the LoadBalancer and Server so it connects and actually trades information
12 lines
No EOL
190 B
C#
12 lines
No EOL
190 B
C#
using MonoFN.Cecil;
|
|
using MonoFN.Cecil.Cil;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace FishNet.CodeGenerating.Helping
|
|
{
|
|
public static class Instructions
|
|
{
|
|
}
|
|
|
|
} |