PGCGame.CoreTypes.ShipStats.ShipStats C# (CSharp) Метод

ShipStats() публичный Метод

public ShipStats ( ShipType type ) : System
type ShipType
Результат System
        public ShipStats(ShipType type)
            : this(type, ShipTier.Tier1)
        {
        }

Same methods

ShipStats::ShipStats ( ShipType type, ShipTier tier ) : System