mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 10:57:02 +00:00
CFlaahgraTentacle implementations (needs testing)
This commit is contained in:
15
Runtime/MP1/World/CFlaahgra.hpp
Normal file
15
Runtime/MP1/World/CFlaahgra.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "World/CPatterned.hpp"
|
||||
|
||||
namespace urde::MP1 {
|
||||
class CFlaahgraData {
|
||||
friend class CFlaahgra;
|
||||
};
|
||||
|
||||
class CFlaahgra : public CPatterned {
|
||||
public:
|
||||
DEFINE_PATTERNED(Flaahgra);
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user