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