Пример #1
0
 void Awake()
 {
     Instance = this;
     Instance.weaponInventoryText    = new string[] { "MAGPULSE", "DARTGUN", "PISTOL", "PIPE", "STUNGUN", "", "" };;
     Instance.weaponInventoryIndices = new int[] { 8, 2, 9, 6, 15, -1, -1 };
 }
Пример #2
0
	void Awake() {
		Instance = this;
		Instance.weaponInventoryText = new string[]{"MAGPULSE","DARTGUN","PISTOL","PIPE","STUNGUN","",""};;
		Instance.weaponInventoryIndices = new int[]{8,2,9,6,15,-1,-1};
	}