Code cleanup.
This commit is contained in:
@@ -21,7 +21,6 @@ namespace Cryville.Crtr.Browsing {
|
||||
Text _title;
|
||||
Text _desc;
|
||||
|
||||
#pragma warning disable IDE0051
|
||||
protected override void Awake() {
|
||||
base.Awake();
|
||||
_placeholder = transform.Find("__placeholder__").gameObject;
|
||||
@@ -39,7 +38,6 @@ namespace Cryville.Crtr.Browsing {
|
||||
Sprite.Destroy(_cover.sprite);
|
||||
}
|
||||
}
|
||||
#pragma warning restore IDE0051
|
||||
public void Load(int id, ChartDetail data) {
|
||||
_id = id;
|
||||
_placeholder.SetActive(false);
|
||||
|
Reference in New Issue
Block a user