made things that are only read, readonly. cuz i can.

This commit is contained in:
Harrison Deng 2019-01-14 20:13:54 -06:00
parent fce1b9c8b8
commit 6fb628ee08

View File

@ -10,11 +10,11 @@ namespace RecrownedAthenaeum.Screens.MainMenu
{
class MainScreen : Screen
{
ContentManagerController assets;
FadeAwayTransition fat;
Texture2D background;
Book book;
MainPage mainPage;
readonly ContentManagerController assets;
readonly FadeAwayTransition fat;
readonly Texture2D background;
readonly Book book;
readonly MainPage mainPage;
public MainScreen(ContentManagerController assets) : base(true)
{