checkpoint
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using Gameboard.ShogiUI.Sockets.ServiceModels.Types;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using Domain = Shogi.Domain;
|
||||
|
||||
namespace Gameboard.ShogiUI.Sockets.Extensions
|
||||
{
|
||||
public static class ModelExtensions
|
||||
public static class ModelExtensions
|
||||
{
|
||||
public static string GetShortName(this Models.Piece self)
|
||||
{
|
||||
|
||||
@@ -24,9 +24,7 @@ using Newtonsoft.Json.Serialization;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Claims;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Gameboard.ShogiUI.Sockets
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user