projects
/
AmongUs
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Assembly-CSharp
/
IBytesSerializable.cs
blob: e256d7e9f3551e10a56cc629837068b5602dbd38 (
plain
)
1
2
3
4
5
6
using System; public interface IBytesSerializable { byte[] ToBytes(); }