Ship.Ship C# (CSharp) 메소드

Ship() 공개 메소드

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