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

Implement CFishCloud

This commit is contained in:
Jack Andersen
2019-04-02 18:32:31 -10:00
parent 8e2db0795b
commit b72cc490e8
25 changed files with 943 additions and 159 deletions

View File

@@ -10,10 +10,10 @@ struct FishCloudModifier : IScriptObject {
AT_DECL_DNAV
String<-1> name;
Value<atVec3f> position;
Value<bool> unknown1;
Value<bool> unknown2;
Value<bool> unknown3;
Value<float> unknown4;
Value<float> unknown5;
Value<bool> active;
Value<bool> repulsor;
Value<bool> swirl;
Value<float> radius;
Value<float> priority;
};
} // namespace DataSpec::DNAMP1