Added more ticking functions
This commit is contained in:
@@ -60,9 +60,6 @@ public class UIpConnection : UNetConnection
|
||||
|
||||
var dataToSend = data;
|
||||
|
||||
// 243
|
||||
// 244
|
||||
|
||||
// Process any packet modifiers
|
||||
if (Handler != null && !Handler.GetRawSend())
|
||||
{
|
||||
@@ -106,11 +103,6 @@ public class UIpConnection : UNetConnection
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override void Tick(float deltaSeconds)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override void CleanUp()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user