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
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user