Ship.Ship C# (CSharp) Method

Ship() public method

public Ship ( ) : UnityEngine
return UnityEngine
	public Ship()
	{
		angle = angle_vel = old_angle = mass = carryMass = 0.0f;
		initialized = false;
		isMothership = false;
		@centerPart = null;
		soundsPlayed = 0;
		owner = "";
	}
}
Ship