12 lines
85 B
C#
12 lines
85 B
C#
|
using System;
|
||
|
namespace Model
|
||
|
{
|
||
|
public struct Cell
|
||
|
{
|
||
|
public Cell()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|