Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
WidgetTutorial.cs
Go to the documentation of this file.
1public class WidgetTutorial : Widget
2{
3 public static WidgetTutorial Instance;
4
5 public override void OnActivate()
6 {
7 Instance = this;
8 }
9}
static WidgetTutorial Instance
override void OnActivate()
Definition: Widget.cs:7