make big display toggleable
This commit is contained in:
parent
a9aaf899a2
commit
dc9ad21a3d
29 changed files with 119 additions and 46 deletions
|
@ -1,4 +1,5 @@
|
|||
using System.Text.Json.Serialization;
|
||||
using TanksServer.Models;
|
||||
|
||||
namespace TanksServer.Helpers;
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Diagnostics;
|
||||
using TanksServer.Models;
|
||||
using TanksServer.Services;
|
||||
|
||||
namespace TanksServer.Helpers;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue