move replay viewer delegate into mod

This commit is contained in:
Chris Forbes
2010-12-19 17:41:39 +13:00
parent 9482955a83
commit 2fad6f3bf1
7 changed files with 14 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ using System.IO;
namespace OpenRA.Network
{
static class OrderIO
public static class OrderIO
{
public static void Write(this Stream s, byte[] buf)
{