Example #1
0
 public BathroomController(IOptions <AppSettings> options, BathroomManager manager)
 {
     _manager = manager;
     _options = options.Value;
 }
	protected void Awake ()
	{
		if (instance == null) {
			instance = this;
		}
	}