File DamageReceiver.hpp
File List > DataCollection > DamageReceiver.hpp
Go to the documentation of this file
#pragma once
#include "DataReceiver.hpp"
#include "DamageData.hpp"
namespace DataCollection {
class DamageReceiver : public DataReceiver<DamageData> {
};
}