From cc389437413db2d9377bcf7d6141301cabfa8282 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 9 Nov 2024 14:59:55 -0500 Subject: [PATCH] Update Milieu functions and target `PlayerName` --- src/Features/Milieu.astro | 88 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 src/Features/Milieu.astro diff --git a/src/Features/Milieu.astro b/src/Features/Milieu.astro new file mode 100644 index 0000000..2d0cd3b --- /dev/null +++ b/src/Features/Milieu.astro @@ -0,0 +1,88 @@ +--- +const { + PlayerName +} = Astro.props +--- + + + + \ No newline at end of file