# Card Game in Unity ver 6000.0.45f1 You need to infect everyone faster than cure will appear # Structure - Whole Game logic is inside WorldTick class - All actions and basically content are insde of scriptableObjects (Action.cs) - UI made in monobehaviours # Libs - VContainer - https://github.com/annulusgames/UnityProgressBar?tab=readme-ov-file P.S UI code is junky and i won't recomend use any of it. I was to lazy and in hurry :p