summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/GroupChar.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Models/Database/GroupChar.cs')
-rw-r--r--DSACore/Models/Database/GroupChar.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/DSACore/Models/Database/GroupChar.cs b/DSACore/Models/Database/GroupChar.cs
deleted file mode 100644
index 1dfc4ea..0000000
--- a/DSACore/Models/Database/GroupChar.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-
-namespace DSACore.Models.Database
-{
- public class GroupChar
- {
- public string Name { get; set; }
- public int Id { get; set; }
- public int Lp { get; set; }
- public int LpMax { get; set; }
- public int As { get; set; }
- public int AsMax { get; set; }
- public Weapon Weapon { get; set; }
- }
-}