BorisKotlyar

Untitled

Jul 15th, 2020
968
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. using UnityEngine;
  2.  
  3. namespace DefaultNamespace
  4. {
  5.     public class UIManager
  6.     {
  7.         public UIManager(SettingsManager settingsManager)
  8.         {
  9.             settingsManager.ShowDebug();
  10.         }
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment