Exemple #1
0
 public VungleProvider(VungleNetwork network)
 {
                 #if VUNGLE_ENABLED
     _network = network;
                 #endif
 }
Exemple #2
0
 void Awake()
 {
     network = target as VungleNetwork;
 }