PlayerLoop() public method

public PlayerLoop ( ) : void
return void
Example #1
0
 public void StartLoop()
 {
     sync_player_task = Task.Run(() => { player.PlayerLoop(); });
 }