15 lines
192 B
TypeScript
15 lines
192 B
TypeScript
/*
|
|
エレシュキガル
|
|
*/
|
|
|
|
"use strict";
|
|
|
|
class gifts
|
|
{
|
|
static applyGiftDatabase()
|
|
{
|
|
//Hell, how am i gonna sort all that christmas shit eh ?
|
|
}
|
|
}
|
|
|
|
module.exports = gifts; |