void Awake()
 {
     instance = this;
 }
Ejemplo n.º 2
0
 void Start()
 {
     flashlightScript = useFlashlight.instance;
     inv       = Inventory.inventory;
     invSystem = InventorySystem.invSystem;
 }
Ejemplo n.º 3
0
 void Start()
 {
     flashlightScript = useFlashlight.instance;
 }