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 class MainScreen : Screen
{ {
ContentManagerController assets; readonly ContentManagerController assets;
FadeAwayTransition fat; readonly FadeAwayTransition fat;
Texture2D background; readonly Texture2D background;
Book book; readonly Book book;
MainPage mainPage; readonly MainPage mainPage;
public MainScreen(ContentManagerController assets) : base(true) public MainScreen(ContentManagerController assets) : base(true)
{ {