mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 00:06:08 +00:00
14
include/MetroidPrime/Enemies/CMetroidPrimeRelay.hpp
Normal file
14
include/MetroidPrime/Enemies/CMetroidPrimeRelay.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CMETROIDPRIMERELAY
|
||||
#define _CMETROIDPRIMERELAY
|
||||
|
||||
#include "MetroidPrime/CEntity.hpp"
|
||||
|
||||
class CMetroidPrimeRelay : public CEntity {
|
||||
public:
|
||||
TUniqueId GetMetroidPrimeExoId() const { return x34_mpUid; }
|
||||
|
||||
private:
|
||||
TUniqueId x34_mpUid;
|
||||
};
|
||||
|
||||
#endif // _CMETROIDPRIMERELAY
|
||||
Reference in New Issue
Block a user