This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <PxPhysicsAPI.h> | |
| #include <iostream> | |
| #include <exception> | |
| #include <queue> | |
| #include <Windows.h> | |
| #include "main.h" | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using Aiv.Fast2D; | |
| using OpenTK; | |
| namespace Raycasting1B | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using Assimp; | |
| using System.IO; | |
| namespace FbxImporter | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include "winrt/Windows.ApplicationModel.Core.h" | |
| #include "winrt/Windows.UI.Core.h" | |
| #include "winrt/Windows.UI.ViewManagement.h" | |
| #include <dxgi1_6.h> | |
| #include <d3d11_4.h> | |
| #include <Xinput.h> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include "winrt/Windows.ApplicationModel.Core.h" | |
| #include "winrt/Windows.UI.Core.h" | |
| #include "winrt/Windows.UI.ViewManagement.h" | |
| #include <dxgi1_6.h> | |
| #include <d3d11_4.h> | |
| #include <Xinput.h> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <iostream> | |
| #include <string> | |
| #include <Windows.h> | |
| #include <dxgi1_6.h> | |
| #include <d3d11_4.h> | |
| #define STB_IMAGE_IMPLEMENTATION | |
| #include "stb_image.h" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <iostream> | |
| #include <string> | |
| #include <Windows.h> | |
| #include <dxgi1_6.h> | |
| #include <d3d11_4.h> | |
| #define STB_IMAGE_IMPLEMENTATION | |
| #include "stb_image.h" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| public class LagSimulator : MonoBehaviour | |
| { | |
| // speed value for simulating server movements | |
| public float speed; | |
| // number of infos per second | |
| public float lag; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using UnityEngine.Networking; | |
| public class EvenAndOdd : MonoBehaviour | |
| { | |
| [System.Serializable] | |
| class Match | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using UnityEngine.Networking; | |
| public class TalkWithFlask : MonoBehaviour | |
| { | |
| [System.Serializable] | |
| class Dumb | |
| { |