4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
type ItemLibrary {
|
||
|
const Item@ Get(const constString &in name) const;
|
||
|
}
|