Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SingletonBase.cs
Go to the documentation of this file.
1using UnityEngine;
2
3public abstract class SingletonBase : MonoBehaviour
4{
5 public abstract void Elect();
6}
abstract void Elect()