using BlueWaterProject; namespace _02.Scripts.WaterAndShip { public class Card { public Unit Unit { get; set; } } }