From 21c9b9f46d02e12fdb6b440383c62c5d19d300f7 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Wed, 1 Feb 2023 16:10:47 +0100 Subject: [PATCH] y'a des projets qui disparaissent --- Sources/EFLol/Champion.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Sources/EFLol/Champion.cs diff --git a/Sources/EFLol/Champion.cs b/Sources/EFLol/Champion.cs new file mode 100644 index 0000000..a71bd9f --- /dev/null +++ b/Sources/EFLol/Champion.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace EFLol +{ + internal class Champion + { + } +}