Patcher.Data.GameAttribute.GameAttribute C# (CSharp) Method

GameAttribute() public method

public GameAttribute ( string title ) : System
title string
return System
        public GameAttribute(string title)
        {
            this.title = title;
        }
GameAttribute