mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
13 lines
219 B
JavaScript
13 lines
219 B
JavaScript
export const customCards = [
|
|
{
|
|
role: "Santa",
|
|
team: "evil",
|
|
description: "hohoho",
|
|
},
|
|
{
|
|
role: "Mason",
|
|
team: "good",
|
|
description: "you are a mason",
|
|
},
|
|
];
|