2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 05:07:43 +00:00

CBodyState and CStateMachine work

This commit is contained in:
2016-08-15 13:43:04 -07:00
parent eb7ce0b84b
commit a840cc7afb
18 changed files with 296 additions and 42 deletions

View File

@@ -2,18 +2,12 @@
#define __URDE_CPATTERNED_HPP__
#include "CAi.hpp"
#include "Character/CBodyController.hpp"
namespace urde
{
class CPatternedInfo;
enum class EBodyType
{
One,
Two = 2,
Three
};
class CPatterned : public CAi
{
public: