-- Squash:
- In progress implementation of services model.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Barotrauma.LuaCs.Networking;
|
||||
|
||||
public partial interface INetCallback
|
||||
{
|
||||
public ushort CallbackId { get; }
|
||||
}
|
||||
|
||||
#if SERVER
|
||||
public partial interface INetCallback
|
||||
{
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user