| 1 | #include "Player/CollisionShapeInfo.h" |
|---|---|
| 2 | |
| 3 | CollisionShapeInfoBase::CollisionShapeInfoBase(CollisionShapeId id, const char* name) |
| 4 | : mId(id), mName(name) {} |
| 5 |
| 1 | #include "Player/CollisionShapeInfo.h" |
|---|---|
| 2 | |
| 3 | CollisionShapeInfoBase::CollisionShapeInfoBase(CollisionShapeId id, const char* name) |
| 4 | : mId(id), mName(name) {} |
| 5 |