summaryrefslogtreecommitdiff
path: root/Impostor-dev/src/Impostor.Api/Net/Inner/IInnerNetObject.cs
blob: c1713779906fb8b6a580f78124e3b09aad31b52c (plain)
1
2
3
4
5
6
7
8
9
namespace Impostor.Api.Net.Inner
{
    public interface IInnerNetObject
    {
        public uint NetId { get; }

        public int OwnerId { get; }
    }
}