I hope it works 😅

This commit is contained in:
EntenKoeniq
2021-07-11 05:32:57 +02:00
parent 08af1a4ca3
commit c0f7b979fb
2 changed files with 13 additions and 7 deletions

View File

@ -8,8 +8,6 @@ namespace CoopClient.Entities
{
public class EntitiesThread : Script
{
const int npcThreshold = 2500; // 2.5 seconds timeout
public EntitiesThread()
{
Tick += OnTick;