public async void Wait()
        {
            await GameLoop.Wait(5000);

            AllowAttack = true;
        }