Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
LayerHomeReport.cs
Go to the documentation of this file.
1public class LayerHomeReport : ELayer
2{
3 public override void OnInit()
4 {
5 GetComponentInChildren<UIHomeInfo>().Refresh();
6 }
7}
Definition: ELayer.cs:4
override void OnInit()