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 + { + } +}