aboutsummaryrefslogtreecommitdiff
path: root/backend/ArmorObject.cpp
blob: 5b921fefdd0076c6a533a7d26834a8d857203057 (plain)
1
2
3
4
5
6
#include "ArmorObject.h"

void ArmorObject::set_protection(int protection) {
	this->protection = protection;
}