9 lines
136 B
C#
9 lines
136 B
C#
![]() |
using BlueWaterProject;
|
||
|
|
||
|
namespace _02.Scripts.WaterAndShip
|
||
|
{
|
||
|
public class Card
|
||
|
{
|
||
|
public Unit Unit { get; set; }
|
||
|
}
|
||
|
}
|