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