C# 클래스 RangeDisplay.Framework.HudMessageManager

Manages displaying messages in the game hud.
파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 메소드들

메소드 설명
AddHudMessage ( RangeItem item ) : void

Adds a message to the hud based on the item.

AddHudMessage ( string message ) : void

Adds the given message to the hud.

메소드 상세

AddHudMessage() 공개 메소드

Adds a message to the hud based on the item.
public AddHudMessage ( RangeItem item ) : void
item RangeItem The item to create the message for.
리턴 void

AddHudMessage() 공개 메소드

Adds the given message to the hud.
public AddHudMessage ( string message ) : void
message string The message to show.
리턴 void