#pragma once struct Resources{ int health=0; int atkSpd=0; int moveSpd=0; int range=0; int procedure=0; };