wip
This commit is contained in:
@@ -2,7 +2,7 @@ using NetStack.Serialization;
|
||||
|
||||
namespace Ragon.Common
|
||||
{
|
||||
public interface IPacket
|
||||
public interface IRagonSerializable
|
||||
{
|
||||
public void Serialize(BitBuffer buffer);
|
||||
public void Deserialize(BitBuffer buffer);
|
||||
Reference in New Issue
Block a user