MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / Collection

Class Collection

source/game/StarCollectionDatabase.hpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30struct Collection {
31 Collection();
32 Collection(String const& name, CollectionType type, String const& icon);
33
34 String name;
35 String title;
36 CollectionType type;
37};
38
39class CollectionDatabase {
40public:

Callers 1

toMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected