added new power buttons implementation
This commit is contained in:
@@ -1976,7 +1976,7 @@ namespace Beyond
|
||||
|
||||
inCollectItemRoutine = true;
|
||||
|
||||
yield return new WaitForSeconds(onCollectDelay);
|
||||
yield return new WaitForSeconds(onCollectDelay);
|
||||
|
||||
List<CollectedItemInfo> collectedItems = new List<CollectedItemInfo>();
|
||||
for (int i = 0; i < inventory.equipAreas.Length; i++)
|
||||
|
||||
Reference in New Issue
Block a user