fixed issue with skin being null.

This commit is contained in:
Harrison Deng 2019-01-27 18:31:19 -06:00
parent 501da58cb7
commit 7892bff6be

View File

@ -28,6 +28,7 @@ namespace RecrownedAthenaeum.UI.BookSystem
public Book(ContentManagerController assets, ISkin skin)
{
this.assets = assets;
this.skin = skin;
}
/// <summary>