UEXDev

IScreenManager Interface

May 8th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.08 KB | None | 0 0
  1. public interface IScreenManager
  2. {
  3.     void PushScreen<T>() where T : GameScreen;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment