Added more ticking functions

This commit is contained in:
AeonLucid
2022-01-15 04:34:25 +01:00
parent 5897fce8ad
commit 14ce748c5c
12 changed files with 163 additions and 18 deletions
-8
View File
@@ -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();