implement character controller methods

This commit is contained in:
StevanFreeborn
2022-06-24 10:10:02 -05:00
parent 21d9fdab16
commit 9bc24949b7
6 changed files with 107 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace server.Models
{
public class CharacterFilter
{
// TODO: Build character filter model
}
}