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