summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/IBytesSerializable.cs
blob: e256d7e9f3551e10a56cc629837068b5602dbd38 (plain)
1
2
3
4
5
6
using System;

public interface IBytesSerializable
{
	byte[] ToBytes();
}