GameFlow - Scripts folder
-------------------------

IMPORTANT: PLEASE DO NOT REMOVE ANY OF THE ORIGINAL FILES IN THIS FOLDER!

These scripts implement important functionality for GameFlow:

- Scripts/VersionCheck.cs - This script performs some basic checks to ensure that you have the most suitable version of GameFlow imported in your project and the settings are correct. Please read the [Troubleshooting].txt file for more information.

- Scripts/RuntimeReflector.cs - This script implements an abstraction layer for Reflection operations allowing GameFlow to build for the Windows Store and other related platforms.

- Scripts/Editor/MenuItems.cs - This script allows for customization of the Tools > GameFlow menu and other related menus. See the customization chapter in the User Guide for more information.

