Server.Items.SOS.UpdateHue C# (CSharp) Method

UpdateHue() public method

public UpdateHue ( ) : void
return void
		public void UpdateHue()
		{
			if ( IsAncient )
				Hue = 0x481;
			else
				Hue = 0;
		}