From a233dd0a34872fd425a92b364a65e937d910dbe3 Mon Sep 17 00:00:00 2001 From: Natalie Adams Date: Thu, 13 May 2021 02:26:44 +0000 Subject: [PATCH] --- GameServices.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 GameServices.md diff --git a/GameServices.md b/GameServices.md new file mode 100644 index 0000000..ba765d0 --- /dev/null +++ b/GameServices.md @@ -0,0 +1,5 @@ +* GraphicsDevice +* ContentManager +* Random [^1] + +[^1]: This is put in because when creating a new instance of Random it is seeded by time - which if new instances are created quickly - the same random value could be generated. See http://stackoverflow.com/questions/2727538/random-encounter-not-so-random \ No newline at end of file