コード例 #1
0
	public HealthSliderHealthObserver(ShipController sc)
	{
		shipController = sc;
		shipController.attachHealthObserver(this);
	}