diff --git a/Casino/User.cs b/Casino/User.cs new file mode 100644 index 0000000..36037dd --- /dev/null +++ b/Casino/User.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Casino +{ + class User + { + } +}