OBT/1.2.0(Spring Update)
Sync with Upstream
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Barotrauma.LuaCs;
|
||||
|
||||
public partial interface INetCallback
|
||||
{
|
||||
public ushort CallbackId { get; }
|
||||
}
|
||||
|
||||
#if SERVER
|
||||
public partial interface INetCallback
|
||||
{
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user