@@ -0,0 +1,10 @@
#pragma once
#include "System.h"
class Enemies : public System {
public:
Enemies();
void Update();
void ProcessMessage(const char* msg);
};
The note is not visible to the blocked user.