Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
WindowController.cs
Go to the documentation of this file.
1using UnityEngine;
2
3public class WindowController : MonoBehaviour
4{
5 public Window window;
6
7 public virtual void OnSwitchContent(Window window)
8 {
9 }
10}
virtual void OnSwitchContent(Window window)
Definition: Window.cs:13