备份CatanBuilding瘦身独立工程
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using com.fpnn.proto;
|
||||
namespace com.fpnn
|
||||
{
|
||||
internal class ReceiverErrorMessageException : Exception
|
||||
{
|
||||
public ReceiverErrorMessageException(string message) : base(message) { }
|
||||
}
|
||||
|
||||
public abstract class ReceiverBase
|
||||
{
|
||||
public byte[] buffer;
|
||||
public int offset;
|
||||
public int requireLength;
|
||||
|
||||
public abstract void Done(out Quest quest, out Answer answer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user