Server.Items.BaseLight.PlayLitSound C# (CSharp) 메소드

PlayLitSound() 공개 메소드

public PlayLitSound ( ) : void
리턴 void
		public virtual void PlayLitSound()
		{
			if ( LitSound != 0 )
			{
				Point3D loc = GetWorldLocation();
				Effects.PlaySound( loc, Map, LitSound );
			}					
		}