4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
type SpeciesLibrary {
|
||
|
const Species@ Get(const constString &in name) const;
|
||
|
}
|