made things that are only read, readonly. cuz i can.
This commit is contained in:
parent
fce1b9c8b8
commit
6fb628ee08
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user