fixed issue with skin being null.
This commit is contained in:
parent
501da58cb7
commit
7892bff6be
@ -28,6 +28,7 @@ namespace RecrownedAthenaeum.UI.BookSystem
|
||||
public Book(ContentManagerController assets, ISkin skin)
|
||||
{
|
||||
this.assets = assets;
|
||||
this.skin = skin;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user