feat: add signalr hub and github workflow
This commit is contained in:
18
TetrisClone.WebApi/Model/PieceType.cs
Normal file
18
TetrisClone.WebApi/Model/PieceType.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TetrisClone.WebApi.Model
|
||||
{
|
||||
public enum PieceType
|
||||
{
|
||||
I,
|
||||
J,
|
||||
L,
|
||||
O,
|
||||
S,
|
||||
T,
|
||||
Z
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user