D3NCE

KÜNSTLICHE INTELLIGENZ IN C# SCHREIBEN – PART 11 – AUSLAGERN

Dec 21st, 2018
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. Video URL: https://www.youtube.com/watch?v=oq3Tun46FsM
  2.  
  3. Hier findet ihr die Codeändeurngen der Choices:
  4.  
  5. Choices commands = new Choices();
  6. string path = Directory.GetCurrentDirectory() + "\\commands.txt";
  7. commands.Add(File.ReadAllLines(path));
Add Comment
Please, Sign In to add comment