Exemplo n.º 1
0
 public void Awake()
 {
     snackView = new SnackAppView();
     appIcon   = GameDatabase.Instance.GetTexture("WildBlueIndustries/Snacks/Textures/snacks", false);
     GameEvents.onGUIApplicationLauncherReady.Add(SetupGUI);
 }