1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Updated methods from public to internal

This commit is contained in:
Rich Dunne 2020-09-14 13:19:28 -06:00
parent 9cf578f380
commit e173d9da0c
6 changed files with 19 additions and 19 deletions

View file

@ -4,7 +4,7 @@ namespace SceneManager
{
class GetUserInput
{
public static void LoopForUserInput()
internal static void LoopForUserInput()
{
while (true)
{