OpenNos.GameObject.Character.GenerateModal C# (CSharp) Method

GenerateModal() public method

public GenerateModal ( string message, int type ) : string
message string
type int
return string
        public string GenerateModal(string message, int type)
        {
            return $"modal {type} {message}";
        }
Character