mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-18 14:22:22 +00:00
move all EOL comments on typepath names to dmdoc (#23928)
* move all EOL comments on typepath names to dmdoc * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
25996e232a
commit
0667f20681
@@ -34,7 +34,8 @@
|
||||
* Used for tracking books that have been checked out from the library by players. Created and stored upon a book being
|
||||
* checked out and deleted upon the book being succesfully checked back in or the librarian marking a book as "lost"
|
||||
*/
|
||||
/datum/borrowbook // Datum used to keep track of who has borrowed what when and for how long.
|
||||
/// Datum used to keep track of who has borrowed what when and for how long.
|
||||
/datum/borrowbook
|
||||
var/bookname
|
||||
var/libraryid
|
||||
var/patron_name
|
||||
@@ -48,7 +49,8 @@
|
||||
* are designed to only temporarily hold book data
|
||||
* checked out and deleted upon the book being succesfully checked back in or the librarian marking a book as "lost"
|
||||
*/
|
||||
/datum/cachedbook // Datum used to cache the SQL DB books locally in order to achieve a performance gain.
|
||||
/// Datum used to cache the SQL DB books locally in order to achieve a performance gain.
|
||||
/datum/cachedbook
|
||||
var/id
|
||||
var/libraryid
|
||||
var/title
|
||||
|
||||
Reference in New Issue
Block a user