Fusion.HudString.HudString C# (CSharp) Method

HudString() private method

private HudString ( System.Guid category, Color color, string text ) : System
category System.Guid
color Color
text string
return System
		internal HudString ( Guid category, Color color, string text )
		{
			this.Color		=	color;
			this.Category	=	category;
			this.Text		=	text;
		}
	}
HudString