Ship.Ship C# (CSharp) Méthode

Ship() public méthode

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