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

GenerateShopMemo() public method

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