mirror of
https://github.com/Wincent01/InfectedRose.git
synced 2025-12-18 02:25:39 -06:00
8 lines
129 B
C#
8 lines
129 B
C#
using RakDotNet.IO;
|
|
|
|
namespace InfectedRose.Core
|
|
{
|
|
public interface IConstruct : ISerializable, IDeserializable
|
|
{
|
|
}
|
|
} |