Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Menu.cs : -FirstPass
- public abstract class Menu<T> : MonoBehaviour where T:class, MenuItem<Menu<T>> {
- }
- public interface MenuItem<T> where T: Menu<MenuItem<T>> {
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement